Typo: 'writting' -> 'writing'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:13:21 +0000 (16:13 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:13:21 +0000 (16:13 +0000)
git-svn-id: http://svn.voria.com/code@1074 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/actions/activepointset.cpp
synfig-studio/trunk/src/synfigapp/actions/waypointset.cpp

index b99daa7..d55464e 100644 (file)
@@ -191,7 +191,7 @@ Action::ActivepointSet::perform()
                }
        }
 
-       //remove all the points we're supposed to be overwritting
+       //remove all the points we're supposed to be overwriting
        {
                vector<Activepoint>::iterator   oi = overwritten_activepoints.begin(),
                                                                                oend = overwritten_activepoints.end();
index 23842b8..6570516 100644 (file)
@@ -172,7 +172,7 @@ Action::WaypointSet::perform()
                }
        }
 
-       //remove all the points we're supposed to be overwritting
+       //remove all the points we're supposed to be overwriting
        {
                vector<Waypoint>::iterator      oi = overwritten_waypoints.begin(),
                                                                        oend = overwritten_waypoints.end();