Browse Source

Fixing typo

Thomas-Karl Pietrowski 9 years ago
parent
commit
9ccd903fc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/PlatformPhysics.py

+ 1 - 1
cura/PlatformPhysics.py

@@ -130,7 +130,7 @@ class PlatformPhysics:
                         else:
                             overlap = node.callDecoration("getConvexHull").intersectsPolygon(other_node.callDecoration("getConvexHull"))
                     except:
-                        overlap = None #It can sometimes occur that the caclulated convex hull has no size, in which case there is no overlap.
+                        overlap = None #It can sometimes occur that the calculated convex hull has no size, in which case there is no overlap.
 
                     if overlap is None:
                         continue