Typo: 'automagickly' -> 'automagically'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:12:34 +0000 (16:12 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:12:34 +0000 (16:12 +0000)
git-svn-id: http://svn.voria.com/code@1069 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/valuenode_dynamiclist.h

index 1053cc7..46644be 100644 (file)
@@ -55,7 +55,7 @@ class ValueNode_BLine;
 **     The problems arise when we introduce the concept of a
 **     Keyframe. Keyframes can be manipulated via the Synfig
 **     Application Library. They allow the user to quickly
-**     and "automagickly" rearange an animation by moving
+**     and "automagically" rearange an animation by moving
 **     the associated keyframes. With the old way that the
 **     "on" and "off" points were handled, this task became
 **     overly complicated.