Typo: 'folloing' -> 'following'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:07:19 +0000 (15:07 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:07:19 +0000 (15:07 +0000)
git-svn-id: http://svn.voria.com/code@1054 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index d354f97..e86f3b8 100644 (file)
@@ -380,7 +380,7 @@ public:
                                                const Real& c(iter->get_continuity());  // Continuity
                                                const Real& b(iter->get_bias());                        // Bias
 
-                                               // The folloing line works where the previous line fails.
+                                               // The following line works where the previous line fails.
                                                value_type Pp; Pp=curve_list.back().second.p1();        // P_{i-1}
 
                                                const value_type& Pc(curve.second.p1());        // P_i