Typo: 'cantidate' -> 'candidate'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 14:16:50 +0000 (14:16 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 14:16:50 +0000 (14:16 +0000)
git-svn-id: http://svn.voria.com/code@1031 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index fcec494..a4d73e7 100644 (file)
@@ -612,7 +612,7 @@ void CIntersect::recurse_intersect(const SCurve &left, const SCurve &right, int
        left.Split(l1,r1);      //subdivide left
        right.Split(l2,r2); //subdivide right
 
-       //Test each cantidate against each other
+       //Test each candidate against each other
        recurse_intersect(l1,l2);
        recurse_intersect(l1,r2);
        recurse_intersect(r1,l2);