[gnumeric] fix typo



commit 030f1057eb0ad54ebe51886485a5be968c79c1a2
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Tue Jul 31 09:57:21 2012 -0600

    fix typo

 plugins/fn-tsa/functions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-tsa/functions.c b/plugins/fn-tsa/functions.c
index 7d1addf..899eb19 100644
--- a/plugins/fn-tsa/functions.c
+++ b/plugins/fn-tsa/functions.c
@@ -392,7 +392,7 @@ static GnmFuncHelp const help_interpolation[] = {
 				 "('staircase with averaging'), and 5 ('natural cubic spline with "
 				 "averaging') is used, the number "
 				 "of returned values is one less than the number of targets and the target "
-				 "values must be given in increasing order. The values returned"
+				 "values must be given in increasing order. The values returned "
 				 "are the averages of the interpolation on each interval.") },
 	{ GNM_FUNC_HELP_NOTE, F_("Strings and empty cells in @{abscissae} and @{ordinates} are ignored.") },
 	{ GNM_FUNC_HELP_NOTE, F_("If several target data are provided they must be in the same column in consecutive cells.") },



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