[gnumeric] fix spelling



commit 892adf3f33caf5bff5b0cbda9d8422e2b4528664
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Thu Dec 10 16:30:10 2009 -0700

    fix spelling
    
    2009-12-10  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_isoweeknum): fix spelling

 plugins/fn-date/ChangeLog   |    4 ++++
 plugins/fn-date/functions.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index e8ae5fa..52d39c5 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-10  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_isoweeknum): fix spelling
+
 2009-12-08  Morten Welinder  <terra gnome org>
 
 	* functions.c (gnumeric_datedif): Go via GDate, even for "d" case.
diff --git a/plugins/fn-date/functions.c b/plugins/fn-date/functions.c
index 6e14992..e7cdf43 100644
--- a/plugins/fn-date/functions.c
+++ b/plugins/fn-date/functions.c
@@ -1014,7 +1014,7 @@ gnumeric_networkdays (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 static GnmFuncHelp const help_isoweeknum[] = {
         { GNM_FUNC_HELP_NAME, F_("ISOWEEKNUM:ISO week number")},
         { GNM_FUNC_HELP_ARG, F_("date:date serial value")},
-	{ GNM_FUNC_HELP_DESCRIPTION, F_("ISOWEEKNUM calculates the week number according to the ISE 8601 standard.  Weeks start on Mondays and week 1 contains the first Thursday of the year.") },
+	{ GNM_FUNC_HELP_DESCRIPTION, F_("ISOWEEKNUM calculates the week number according to the ISO 8601 standard.  Weeks start on Mondays and week 1 contains the first Thursday of the year.") },
 	{ GNM_FUNC_HELP_NOTE, F_("January 1 of a year is sometimes in week 52 or 53 of the previous year.  Similarly, December 31 is sometimes in week 1 of the following year.") },
         { GNM_FUNC_HELP_EXAMPLES, "=ISOWEEKNUM(DATE(2000,1,1))" },
         { GNM_FUNC_HELP_EXAMPLES, "=ISOWEEKNUM(DATE(2008,1,1))" },



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