From 30c296530bbb095e51fc78535b5396a239c16aa7 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 14:14:40 +0000 Subject: [PATCH] Typo: 'patern' -> 'pattern'. git-svn-id: http://svn.voria.com/code@1028 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/synfigapp/blineconvert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp index 0d8c39c..19e7e8e 100644 --- a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp +++ b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp @@ -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]; } } -- 2.7.4