mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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
|
@ -75,5 +75,5 @@ def test_updateMaxBuildPlate(objects_model, multi_build_plate_model):
|
|||
# And check what happens if we move down again!
|
||||
controller._calcMaxBuildPlate = MagicMock(return_value=2)
|
||||
controller.updateMaxBuildPlate(SceneNode())
|
||||
assert controller._active_build_plate == 0 # We don't have any items anywere, so default to 0
|
||||
assert controller._active_build_plate == 0 # We don't have any items anywhere, so default to 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue