Typos.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 2 Mar 2008 15:53:55 +0000 (15:53 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 2 Mar 2008 15:53:55 +0000 (15:53 +0000)
git-svn-id: http://svn.voria.com/code@1833 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp
synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp

index 16e4069..c751401 100644 (file)
@@ -286,7 +286,7 @@ Action::ActivepointSetSmart::prepare()
        clear();
        times.clear();
 
-       // First, we need to to add any activepoints necessary to
+       // First, we need to add any activepoints necessary to
        // maintain the integrity of the keyframes.
        enclose_activepoint(activepoint);
 
index 21d39be..2d306ff 100644 (file)
@@ -230,7 +230,7 @@ Action::WaypointSetSmart::enclose_waypoint(const synfig::Waypoint& waypoint)
 //             synfig::info(__FILE__":%d: value_node->find(waypoint)->get_time()=%s",__LINE__,value_node->find(waypoint)->get_time().get_string().c_str());
        }catch (...) { }
 
-       // First we need to to add any waypoints necessary to
+       // First we need to add any waypoints necessary to
        // maintain the integrity of the keyframes.
        if(get_edit_mode()&MODE_ANIMATE_PAST) try
        {
@@ -360,7 +360,7 @@ Action::WaypointSetSmart::prepare()
        clear();
        times.clear();
 
-       // First we need to to add any waypoints necessary to
+       // First we need to add any waypoints necessary to
        // maintain the integrity of the keyframes.
        enclose_waypoint(waypoint);