[gnumeric] Fix typo. [#638953]



commit 190ce78034148d0a6025bdfba5db59a4bdbfb175
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Fri Jan 7 17:44:11 2011 -0700

    Fix typo.  [#638953]
    
    2011-01-07 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_binomdist): Fix typo.  [#638953]

 plugins/fn-stat/ChangeLog   |    4 ++++
 plugins/fn-stat/functions.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 2ecef93..4ced6c0 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-07 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_binomdist): Fix typo.  [#638953]
+
 2011-01-07  Morten Welinder  <terra gnome org>
 
 	* functions.c (help_pareto): Fix typo.  [#638895]
diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c
index 1cc59c2..9da80a1 100644
--- a/plugins/fn-stat/functions.c
+++ b/plugins/fn-stat/functions.c
@@ -1468,7 +1468,7 @@ gnumeric_finv (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 /***************************************************************************/
 
 static GnmFuncHelp const help_binomdist[] = {
-	{ GNM_FUNC_HELP_NAME, F_("BINOMDIST:probability mass of cumulative distribution function of the binomial distribution")},
+	{ GNM_FUNC_HELP_NAME, F_("BINOMDIST:probability mass or cumulative distribution function of the binomial distribution")},
 	{ GNM_FUNC_HELP_ARG, F_("n:number of successes")},
 	{ GNM_FUNC_HELP_ARG, F_("trials:number of trials")},
 	{ GNM_FUNC_HELP_ARG, F_("p:probability of success in each trial")},



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