From: dooglus Date: Tue, 30 Oct 2007 15:05:51 +0000 (+0000) Subject: Typo: 'rectaingles' -> 'rectangles'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=903a7c21b47d52eef2edb95882265ad41c7e36a5;p=synfig.git Typo: 'rectaingles' -> 'rectangles'. git-svn-id: http://svn.voria.com/code@1043 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/curveset.cpp b/synfig-core/trunk/src/synfig/curveset.cpp index 4b7302f..fc02b1c 100644 --- a/synfig-core/trunk/src/synfig/curveset.cpp +++ b/synfig-core/trunk/src/synfig/curveset.cpp @@ -436,7 +436,7 @@ void CurveSet::CleanUp(int /*curve*/) Performance annoyances: 1) Recursing down to find an intersection at the end points that doesn't actually exist - (can be helped a bit by not including the edges of bounding rectaingles) + (can be helped a bit by not including the edges of bounding rectangles) 2) Intersecting curves is slow... oh well Algorithm: