-Running a single command on every machine in the pool can be accomplished by submitting a set of Condor jobs using a single submit description file of the following form:
+Running a single command on every machine in the pool can be accomplished by submitting a set of HTCondor jobs using a single submit description file of the following form:
{code}
executable = X
@@ -26,7 +26,7 @@
condor_status -constraint 'SlotID==1' -format "%s\n" Name
{endcode}
-And, you can have condor do most of the work for you in generating the
+And, you can have HTCondor do most of the work for you in generating the
above submit file:
{code}