Typos.
[synfig.git] / synfig-core / trunk / src / synfig / curve_helper.cpp
index 24d388d..b066d9d 100644 (file)
@@ -108,7 +108,7 @@ void BezHull::Bound(const etl::bezier<Point> &b)
 {
        #if 1
 
-       //with a starting vertex, find the only vertex that has all other vertices on it's right
+       //with a starting vertex, find the only vertex that has all other vertices on its right
        int i,j;
        int first,cur,last;