Removed a bunch more DEBUGPOINT()s.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_dynamiclist.h
index 1053cc7..990240b 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file valuenode_dynamiclist.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Dynamic List" valuenode conversion.
 **
 **     $Id$
 **
@@ -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" rearrange an animation by moving
 **     the associated keyframes. With the old way that the
 **     "on" and "off" points were handled, this task became
 **     overly complicated.