X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurve_helper.cpp;h=b066d9d27963b17bd3842678d6b931511b8acbee;hb=bbf05c1d5f53f61ec5b033c5c305a497d8389d46;hp=24d388d0428ba58c1b6cdee2d4b287500038cc5c;hpb=c0fbfbd4e6f1f94bacab8fbfcfdabec7d5203e60;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;