Typo.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 16 Feb 2008 04:55:18 +0000 (04:55 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 16 Feb 2008 04:55:18 +0000 (04:55 +0000)
git-svn-id: http://svn.voria.com/code@1705 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/layer_duplicate.cpp

index 09c9e77..bd1b44b 100644 (file)
@@ -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));