X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurve_helper.cpp;h=b066d9d27963b17bd3842678d6b931511b8acbee;hb=c25902b514d64fd65c96ed56171bcd205d19d699;hp=24d388d0428ba58c1b6cdee2d4b287500038cc5c;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curve_helper.cpp b/synfig-core/trunk/src/synfig/curve_helper.cpp index 24d388d..b066d9d 100644 --- a/synfig-core/trunk/src/synfig/curve_helper.cpp +++ b/synfig-core/trunk/src/synfig/curve_helper.cpp @@ -108,7 +108,7 @@ void BezHull::Bound(const etl::bezier &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;