X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_duplicate.cpp;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_duplicate.cpp;h=bd1b44bdb6fd0c4715f1c94595fe62a9f9a6accb;hb=2cebe3d764af3487fcd10869f627774fced70fe1;hp=09c9e77bea17a074043a4167e7171b59a102210f;hpb=e3fc936cc46f22b68f18bc0a514835b329a88a70;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_duplicate.cpp b/synfig-core/trunk/src/synfig/layer_duplicate.cpp index 09c9e77..bd1b44b 100644 --- a/synfig-core/trunk/src/synfig/layer_duplicate.cpp +++ b/synfig-core/trunk/src/synfig/layer_duplicate.cpp @@ -78,7 +78,7 @@ Layer_Duplicate::clone(const GUID& deriv_guid)const // if we have a dynamic "index" parameter, make a new one in the clone // it's not good to have two references to the same index valuenode, - // or nested duplicatations cause an infinite loop + // or nested duplications cause an infinite loop if (iter != dpl.end()) ret->connect_dynamic_param(iter->first,iter->second->clone(deriv_guid));