Browse Source

Fixed typo

CURA-1385
Jaime van Kessel 8 years ago
parent
commit
4beec2982e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cura/MachineActionManager.py

+ 2 - 2
cura/MachineActionManager.py

@@ -87,7 +87,7 @@ class MachineActionManager:
         else:
             return set()
 
-    ##  Get all actions that need to be perfomed upon first start of a given machine.
+    ##  Get all actions that need to be performed upon first start of a given machine.
     #   Note that contrary to required / supported actions a list is returned (as it could be required to run the same
     #   action multiple times).
     #   \param machine The machine you want the first start actions of
@@ -113,4 +113,4 @@ class MachineActionManager:
         if key in self._machine_actions:
             return self._machine_actions[key]
         else:
-            return None
+            return None