From 2cebe3d764af3487fcd10869f627774fced70fe1 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sat, 16 Feb 2008 04:55:18 +0000 Subject: [PATCH] Typo. git-svn-id: http://svn.voria.com/code@1705 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/layer_duplicate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.7.4