Typo: 'rectaingles' -> 'rectangles'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:05:51 +0000 (15:05 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:05:51 +0000 (15:05 +0000)
git-svn-id: http://svn.voria.com/code@1043 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/curveset.cpp

index 4b7302f..fc02b1c 100644 (file)
@@ -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: