[gnumeric] typo.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] typo.
- Date: Fri, 7 Jan 2011 16:00:21 +0000 (UTC)
commit de81ff862fdc9cef5d63a3e9d22f707828da0814
Author: Morten Welinder <terra gnome org>
Date: Fri Jan 7 09:10:18 2011 -0500
typo.
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 a37e448..2ecef93 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-07 Morten Welinder <terra gnome org>
+
+ * functions.c (help_pareto): Fix typo. [#638895]
+
2010-11-25 Morten Welinder <terra gnome org>
* Release 1.10.12
diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c
index 2d4c805..1cc59c2 100644
--- a/plugins/fn-stat/functions.c
+++ b/plugins/fn-stat/functions.c
@@ -4339,7 +4339,7 @@ gnumeric_logistic (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
/***************************************************************************/
static GnmFuncHelp const help_pareto[] = {
- { GNM_FUNC_HELP_NAME, F_("PARETO:probability density function of the pareto distribution")},
+ { GNM_FUNC_HELP_NAME, F_("PARETO:probability density function of the Pareto distribution")},
{ GNM_FUNC_HELP_ARG, F_("x:number")},
{ GNM_FUNC_HELP_ARG, F_("a:exponent")},
{ GNM_FUNC_HELP_ARG, F_("b:scale parameter")},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]