From: dooglus Date: Sun, 2 Mar 2008 15:53:55 +0000 (+0000) Subject: Typos. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=ffb41cfab976dd7402a9587d506ac65a26e9565c;p=synfig.git Typos. git-svn-id: http://svn.voria.com/code@1833 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp b/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp index 16e4069..c751401 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp @@ -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); diff --git a/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp b/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp index 21d39be..2d306ff 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp @@ -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);