Typo: 'patern' -> 'pattern'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 14:14:40 +0000 (14:14 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 14:14:40 +0000 (14:14 +0000)
git-svn-id: http://svn.voria.com/code@1028 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/blineconvert.cpp

index 0d8c39c..19e7e8e 100644 (file)
@@ -165,7 +165,7 @@ void DerivativeApprox(T &df, const T f[], const Real t[], int npoints, int index
 
                                Lpj += mult; //add into the summation
 
-                               //since the ks follow the exact patern we need for the divisor (use that too)
+                               //since the ks follow the exact pattern we need for the divisor (use that too)
                                div *= tj - t[k];
                        }
                }