From 869ec679781cd59078902950f5819fcc8c7030b0 Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 4 Apr 2007 21:10:59 +0000 Subject: [PATCH] Moved an apostrophe. git-svn-id: http://svn.voria.com/code@424 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/layer_shape.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/src/synfig/layer_shape.cpp b/synfig-core/trunk/src/synfig/layer_shape.cpp index c9af3f2..87b447f 100644 --- a/synfig-core/trunk/src/synfig/layer_shape.cpp +++ b/synfig-core/trunk/src/synfig/layer_shape.cpp @@ -771,7 +771,7 @@ struct Layer_Shape::Intersector int dir = (y > cur_y)*1 + (-1)*(y < cur_y); //check for context (if not line start a new segment) - //if we're not in line mode (cover's 0 set case), or if directions are different (not valid for 0 direction) + //if we're not in line mode (covers 0 set case), or if directions are different (not valid for 0 direction) if(prim != TYPE_LINE || (dir && segs.back().ydir != dir)) { MonoSegment seg(dir,x,x,y,y); @@ -792,7 +792,7 @@ struct Layer_Shape::Intersector cur_x = x; cur_y = y; - aabb.expand(x,y); //expand the entire things bounding box + aabb.expand(x,y); //expand the entire thing's bounding box tangent[0] = x - cur_x; tangent[1] = x - cur_y; -- 2.7.4