mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Fix various typos
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
This commit is contained in:
parent
7eeae4db87
commit
d68f375e38
68 changed files with 99 additions and 100 deletions
|
@ -38,7 +38,7 @@ def test_addDefaultMachineActions(machine_action_manager, global_stack):
|
|||
machine_action_manager.addMachineAction(action)
|
||||
|
||||
# Only the actions in the definition that were registered first will be added to the machine.
|
||||
# For the sake of this test, all the actions were previouly added.
|
||||
# For the sake of this test, all the actions were previously added.
|
||||
machine_action_manager.addDefaultMachineActions(global_stack)
|
||||
definition_id = global_stack.getDefinition().getId()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue