X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Factivepointsetsmart.cpp;h=8358f33dc7bbec81e5a2465c5d31744a12f13229;hb=003520b8158176c1509825eef09f46cd417dcc16;hp=16e406910bfa955dd22c35c6926c89db7729f98f;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp b/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp index 16e4069..8358f33 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); @@ -295,7 +295,7 @@ Action::ActivepointSetSmart::prepare() 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());