Typo: missing space.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:07:26 +0000 (15:07 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:07:26 +0000 (15:07 +0000)
git-svn-id: http://svn.voria.com/code@1055 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index 82e5a42..8bd099a 100644 (file)
@@ -423,7 +423,7 @@ ValueNode_BLine::operator()(Time t)const
 
                        // Find "end" of dynamic group - ie. search forward along
                        // the bline from the current point until we find a point
-                       // which is more 'on'than the current one
+                       // which is more 'on' than the current one
                        end_iter=iter;
 //                     for(++end_iter;begin_iter!=list.end();++end_iter)
                        for(++end_iter;end_iter!=list.end();++end_iter)