[gnumeric] fix spelling error



commit 45521794930e4edb285452412fe071b47353765c
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sat Jul 4 12:55:00 2009 -0600

    fix spelling error
    
    2009-07-05  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_interpolation): fix spelling error

 plugins/fn-tsa/ChangeLog   |    4 ++++
 plugins/fn-tsa/functions.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index 7f1b768..6e63314 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-05  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_interpolation): fix spelling error
+
 2009-06-20  Morten Welinder <terra gnome org>
 
 	* Release 1.9.9
diff --git a/plugins/fn-tsa/functions.c b/plugins/fn-tsa/functions.c
index c918521..b45cf14 100644
--- a/plugins/fn-tsa/functions.c
+++ b/plugins/fn-tsa/functions.c
@@ -369,7 +369,7 @@ spline_averaging (const gnm_float *absc, const gnm_float *ord, int nb_knots,
 
 static GnmFuncHelp const help_interpolation[] = {
 	{ GNM_FUNC_HELP_NAME, F_("Interpolation:interpolated values corresponding to the given abscissa targets.") },
-	{ GNM_FUNC_HELP_ARG, F_("abscissas:The absicssas of the data to interpolate.") },
+	{ GNM_FUNC_HELP_ARG, F_("abscissas:The abscissas of the data to interpolate.") },
 	{ GNM_FUNC_HELP_ARG, F_("ordinates:The ordinates of the data to interpolate.") },
 	{ GNM_FUNC_HELP_ARG, F_("targets:The abscissas of the interpolated data.") },
 	{ GNM_FUNC_HELP_ARG, F_("interpolation:The method of interpolation to be used, defaults to no interpolation") },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]