Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2016-06-17 16:23:15 +0300
committerJaime van Kessel <nallath@gmail.com>2016-06-17 16:23:15 +0300
commit4beec2982e8386b5ce0606ee2ef9541c14ae7fd6 (patch)
tree65b6584b48c4458e9991c7577b58c245b1bb5b79 /cura/MachineActionManager.py
parent78a0c623efc0ccd25e9383e9ec9f3222aff42103 (diff)
Fixed typo
CURA-1385
Diffstat (limited to 'cura/MachineActionManager.py')
-rw-r--r--cura/MachineActionManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/MachineActionManager.py b/cura/MachineActionManager.py
index be94d1696c..37993e252f 100644
--- a/cura/MachineActionManager.py
+++ b/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 \ No newline at end of file
+ return None