[gnumeric] docs: typo



commit 908a0dcf57849615fffeb08e409878180c348892
Author: Morten Welinder <terra gnome org>
Date:   Sun May 23 10:00:06 2010 -0400

    docs: typo

 plugins/fn-math/functions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index cff056b..558a189 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1491,7 +1491,7 @@ gnumeric_suma (GnmFuncEvalInfo *ei, int argc, GnmExprConstPtr const *argv)
 /***************************************************************************/
 
 static GnmFuncHelp const help_sumsq[] = {
-        { GNM_FUNC_HELP_NAME, F_("SUMSQ:sum of th squares of all values and cells referenced")},
+        { GNM_FUNC_HELP_NAME, F_("SUMSQ:sum of the squares of all values and cells referenced")},
         { GNM_FUNC_HELP_ARG, F_("area0:first cell area")},
         { GNM_FUNC_HELP_ARG, F_("area1:second cell area")},
 	{ GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.") },



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