Minor typos
[nepi.git] / src / neco / execution / ec.py
index 1d25334..26f0cd4 100644 (file)
@@ -273,7 +273,7 @@ class ExperimentController(object):
                 rm.deploy()
                 rm.start_with_conditions()
 
-                # Only if the RM has STOP consitions we
+                # Only if the RM has STOP conditions we
                 # schedule a stop. Otherwise the RM will stop immediately
                 if rm.conditions.get(ResourceAction.STOP):
                     rm.stop_with_conditions()