[gnumeric] Docs: fix TTEST help.



commit fd337e55fd6121fd4cf44947dd8e5657d9473df3
Author: Morten Welinder <terra gnome org>
Date:   Wed Mar 3 18:55:22 2010 -0500

    Docs: fix TTEST help.

 plugins/fn-stat/ChangeLog   |   30 +++++++++++++++++-------------
 plugins/fn-stat/functions.c |    2 +-
 2 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 1521e21..f06be45 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-03  Morten Welinder  <terra gnome org>
+
+	* functions.c (help_ttest): Fix typo.
+
 2010-02-13  Morten Welinder <terra gnome org>
 
 	* Release 1.10.0
@@ -26,7 +30,7 @@
 
 	* functions.c (help_var): add some more explanation
 	(help_vara): ditto
-	
+
 2009-12-09  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_stdev): simplified
@@ -35,7 +39,7 @@
 
 2009-12-09  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-	* functions.c (help_var): simplified 
+	* functions.c (help_var): simplified
 
 2009-11-29  Morten Welinder <terra gnome org>
 
@@ -44,7 +48,7 @@
 2009-11-24  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_cvmtest): use proper escapes
-	
+
 2009-11-24  Andreas J. Guelzow <aguelzow pyrshep ca>
 	* plugin.xml.in: add CVMTEST, SFTEST, LKSTEST
 	* functions.c (help_cvmtest): new
@@ -79,7 +83,7 @@
 
 2009-10-04  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-	* functions.c (gnumeric_linest): return an error in the presence of 
+	* functions.c (gnumeric_linest): return an error in the presence of
 	  blank cells [#551234]
 
 2009-09-20  Morten Welinder <terra gnome org>
@@ -115,9 +119,9 @@
 
 2009-07-01  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-	* functions.c (gnumeric_linest): in the non-affine case the 
+	* functions.c (gnumeric_linest): in the non-affine case the
 	  intercept has no (non-zero) standard error
-	
+
 2009-06-21  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c: use GNM_FUNC_HELP_EXCEL throughout and add a
@@ -183,7 +187,7 @@
 2008-11-08  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c: fix WEIBULL see-also
-	
+
 2008-11-08  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c: convert all function descriptions to the new format
@@ -199,7 +203,7 @@
 
 2008-09-19  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-	* functions.c: (help_linest): correct desription (and convert 
+	* functions.c: (help_linest): correct desription (and convert
 	  to new format)
 
 2008-08-29  Jody Goldberg <jody gnome org>
@@ -318,7 +322,7 @@
 
 2007-07-19  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-	* function.c (gnumeric_tdist): use gnm_float for  degrees of 
+	* function.c (gnumeric_tdist): use gnm_float for  degrees of
 	  freedom since pt call converts to gnm_float anyways.
 	(gnumeric_tinv): use gnm_float for  degrees of freedom since
 	  qt call converts to gnm_float anyways
@@ -513,7 +517,7 @@
 
 2004-09-08  Andreas J. Guelzow <aguelzow taliesin ca>
 
-	* functions.c (gnumeric_tdist): fix handling of negative x for 
+	* functions.c (gnumeric_tdist): fix handling of negative x for
 	  tails == 2.
 	(help_tdist): document changes
 
@@ -593,7 +597,7 @@
 2003-07-03  Andreas J. Guelzow <aguelzow taliesin ca>
 
 	* functions.c : ssmedian is GNM_FUNC_IMPL_STATUS_UNIQUE_TO_GNUMERIC
-	
+
 2003-06-28  Jody Goldberg <jody gnome org>
 
 	* functions.c : fix status of SUBTOTAL
@@ -763,7 +767,7 @@
 
 2002-06-01  Jody Goldberg <jody gnome org>
 
-	* functions.c (stat_functions) : don't translate the empty string. 
+	* functions.c (stat_functions) : don't translate the empty string.
 
 2002-05-29  Jody Goldberg <jody gnome org>
 
@@ -776,5 +780,5 @@
 
 2002-05-03  Andreas J. Guelzow <aguelzow taliesin ca>
 
-	* functions.c : mark argument names for translation and adjust 
+	* functions.c : mark argument names for translation and adjust
 	  them for use by the formula guru.
diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c
index b61fc78..4707803 100644
--- a/plugins/fn-stat/functions.c
+++ b/plugins/fn-stat/functions.c
@@ -2981,7 +2981,7 @@ out:
 /***************************************************************************/
 
 static GnmFuncHelp const help_ttest[] = {
-	{ GNM_FUNC_HELP_NAME, F_("TTEST:p-value for a hypothesis test comparing the means of two populations using"
+	{ GNM_FUNC_HELP_NAME, F_("TTEST:p-value for a hypothesis test comparing the means of two populations using "
 				 "the Student t-distribution")},
 	{ GNM_FUNC_HELP_ARG, F_("array1:sample from the first population")},
 	{ GNM_FUNC_HELP_ARG, F_("array2:sample from the second population")},



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