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());
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())