[gnumeric] Docs: typos.



commit 360bdb8abaf1d77061a77fb2cf6b18450d731382
Author: Morten Welinder <terra gnome org>
Date:   Wed Dec 23 20:13:19 2015 -0500

    Docs: typos.

 plugins/fn-math/functions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index d0a1fcc..cf0a83a 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -732,7 +732,7 @@ gnumeric_averageif (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 static GnmFuncHelp const help_ceiling[] = {
        { GNM_FUNC_HELP_NAME, F_("CEILING:nearest multiple of @{significance} whose absolute value is at 
least ABS(@{x})")},
        { GNM_FUNC_HELP_ARG, F_("x:number")},
-       { GNM_FUNC_HELP_ARG, F_("significance:base multiple (defaults to 1 for @{x} > 0 and -1 for @{x} 
<0)")},
+       { GNM_FUNC_HELP_ARG, F_("significance:base multiple (defaults to 1 for @{x} > 0 and -1 for @{x} < 
0)")},
        { GNM_FUNC_HELP_DESCRIPTION, F_("CEILING(@{x},@{significance}) is the nearest multiple of 
@{significance} whose absolute value is at least ABS(@{x}).")},
        { GNM_FUNC_HELP_NOTE, F_("If @{x} or @{significance} is non-numeric, CEILING returns a #VALUE! 
error.")},
        { GNM_FUNC_HELP_NOTE, F_("If @{x} and @{significance} have different signs, CEILING returns a #NUM! 
error.")},
@@ -1133,7 +1133,7 @@ gnumeric_combina (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 static GnmFuncHelp const help_floor[] = {
        { GNM_FUNC_HELP_NAME, F_("FLOOR:nearest multiple of @{significance} whose absolute value is at most 
ABS(@{x})") },
        { GNM_FUNC_HELP_ARG, F_("x:number") },
-       { GNM_FUNC_HELP_ARG, F_("significance:base multiple (defaults to 1 for @{x} > 0 and -1 for @{x} <0)") 
},
+       { GNM_FUNC_HELP_ARG, F_("significance:base multiple (defaults to 1 for @{x} > 0 and -1 for @{x} < 
0)") },
        { GNM_FUNC_HELP_DESCRIPTION, F_(
                        "FLOOR(@{x},@{significance}) is the nearest multiple of @{significance} whose 
absolute value is at most ABS(@{x})") },
        { GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.")},


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