[gnumeric] Typo.



commit 42938730ab34af5292bacf8583353ddb68c8e791
Author: Morten Welinder <terra gnome org>
Date:   Sat Jan 8 13:32:37 2011 -0500

    Typo.

 plugins/fn-stat/functions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c
index 9da80a1..0525979 100644
--- a/plugins/fn-stat/functions.c
+++ b/plugins/fn-stat/functions.c
@@ -4277,7 +4277,7 @@ gnumeric_cronbach (GnmFuncEvalInfo *ei, int argc, GnmExprConstPtr const *argv)
 /***************************************************************************/
 
 static GnmFuncHelp const help_geomdist[] = {
-	{ GNM_FUNC_HELP_NAME, F_("GEOMDIST:probability mass or cumulative distribution function of the hypergeometric distribution")},
+	{ GNM_FUNC_HELP_NAME, F_("GEOMDIST:probability mass or cumulative distribution function of the geometric distribution")},
 	{ GNM_FUNC_HELP_ARG, F_("k:number of trials")},
 	{ GNM_FUNC_HELP_ARG, F_("p:probability of success in any trial")},
 	{ GNM_FUNC_HELP_ARG, F_("cumulative:whether to evaluate the mass function or the cumulative distribution function")},



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