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

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

index c751401..8358f33 100644 (file)
@@ -295,7 +295,7 @@ Action::ActivepointSetSmart::prepare()
                if(value_node->list[index].find(activepoint)==value_node->list[index].timing_info.end())
                        throw int();
 
                if(value_node->list[index].find(activepoint)==value_node->list[index].timing_info.end())
                        throw int();
 
-               // Then, lets try to replace the old activepoint, if it exists
+               // Then, let's try to replace the old activepoint, if it exists
                enclose_activepoint(*value_node->list[index].find(activepoint));
 
                Action::Handle action(ActivepointSet::create());
                enclose_activepoint(*value_node->list[index].find(activepoint));
 
                Action::Handle action(ActivepointSet::create());
index 2d306ff..26c86cb 100644 (file)
@@ -367,7 +367,7 @@ Action::WaypointSetSmart::prepare()
        try
        {
                //synfig::info("WaypointSetSmart: Move/Update?");
        try
        {
                //synfig::info("WaypointSetSmart: Move/Update?");
-               // Lets try to replace the old waypoint, if it exists
+               // Let's try to replace the old waypoint, if it exists
                WaypointList::iterator iter(value_node->find(waypoint));
 
                if(iter == value_node->waypoint_list().end())
                WaypointList::iterator iter(value_node->find(waypoint));
 
                if(iter == value_node->waypoint_list().end())