[gnumeric] LINEST: fix grammar error.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] LINEST: fix grammar error.
- Date: Thu, 30 Apr 2009 11:08:46 -0400 (EDT)
commit 61de65f09ca290c2672598a78d11cfa5f7065923
Author: Morten Welinder <terra gnome org>
Date: Thu Apr 30 11:08:15 2009 -0400
LINEST: fix grammar error.
---
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 cb8fea5..0dbcbb2 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-30 Morten Welinder <terra gnome org>
+
+ * functions.c (help_linest): You twitter, we fix.
+
2009-04-25 Morten Welinder <terra gnome org>
* Release 1.9.6
diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c
index ddbb643..558ba9c 100644
--- a/plugins/fn-stat/functions.c
+++ b/plugins/fn-stat/functions.c
@@ -3144,7 +3144,7 @@ static GnmFuncHelp const help_linest[] = {
{ GNM_FUNC_HELP_ARG, F_("known_y's:vector of values of dependent variable.") },
{ GNM_FUNC_HELP_ARG, F_("known_x's:array of values of independent variables, defaults to a single vector 1,...,n.") },
{ GNM_FUNC_HELP_ARG, F_("affine:if true, the model contains a constant term, defaults to true.") },
- { GNM_FUNC_HELP_ARG, F_("stats:if true, some additional statistics is provided, defaults to false") },
+ { GNM_FUNC_HELP_ARG, F_("stats:if true, some additional statistics are provided, defaults to false") },
{ GNM_FUNC_HELP_DESCRIPTION, F_("This function returns an array with the first row giving the regression "
"coefficients for the independent variables "
"x_m, x_(m-1),...,x_2, x_1 followed by the y-intercept if @{affine} is true.")},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]