From 8fcf7a63b67b873f9a474665ddaeb01bff8150a7 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 14:16:50 +0000 Subject: [PATCH] Typo: 'cantidate' -> 'candidate'. git-svn-id: http://svn.voria.com/code@1031 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/curve_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4