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

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

index a4d73e7..6805f26 100644 (file)
@@ -352,7 +352,7 @@ int intersect(const BezHull &bh, const Point &p, const Vector &v)
 {
        float mint = 0, maxt = 1e20;
 
-       //polygon cliping
+       //polygon clipping
        Vector n;
        Vector::value_type      nv;