Fix misc. typos, whitespace, and http:// to https:// issues

This commit is contained in:
luz.paz
2019-08-27 08:37:36 -04:00
committed by Yorik van Havre
parent d799a1c4c7
commit 7af7c10cf1
13 changed files with 21 additions and 23 deletions

View File

@@ -1606,7 +1606,7 @@ double Adaptive2d::CalcCutArea(Clipper &clip, const IntPoint &c1, const IntPoint
Perf_CalcCutAreaClip.Start();
// old way of calculating cut area based on polygon clipping
// used in case when there are multiple intersections of tool with cleared poly (very rare case, but important)
// 1. find differene between old and new tool shape
// 1. find difference between old and new tool shape
Path oldTool;
Path newTool;
TranslatePath(toolGeometry, oldTool, c1);