From: dooglus Date: Tue, 30 Oct 2007 14:16:50 +0000 (+0000) Subject: Typo: 'cantidate' -> 'candidate'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=8fcf7a63b67b873f9a474665ddaeb01bff8150a7;p=synfig.git Typo: 'cantidate' -> 'candidate'. git-svn-id: http://svn.voria.com/code@1031 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/curve_helper.cpp b/synfig-core/trunk/src/synfig/curve_helper.cpp index fcec494..a4d73e7 100644 --- a/synfig-core/trunk/src/synfig/curve_helper.cpp +++ b/synfig-core/trunk/src/synfig/curve_helper.cpp @@ -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);