[gnumeric] fix outout text in test_random_normality



commit 171c08c44bbd7465fbd3f6e00452149e50681db9
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Wed Sep 26 07:47:59 2012 -0600

    fix outout text in test_random_normality
    
    2012-09-26  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/sstest.c (test_random_normality): fix text

 ChangeLog    |    4 ++++
 src/sstest.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8fe2224..6cd1272 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-26  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/sstest.c (test_random_normality): fix text
+
 2012-09-23  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* src/sheet-control-gui.c (sheet_control_gui_new): check for NULL sheets
diff --git a/src/sstest.c b/src/sstest.c
index 766cfd0..c6533e8 100644
--- a/src/sstest.c
+++ b/src/sstest.c
@@ -536,7 +536,7 @@ test_random_normality (int N, const char *expr,
 	g_printerr ("LKSTest: %.10" GNM_FORMAT_g "\n", *lkstest);
 
 	*sftest = value_get_as_float (sheet_cell_get (sheet, 1, 5)->value);
-	g_printerr ("CVMTest: %.10" GNM_FORMAT_g "\n", *sftest);
+	g_printerr ("SFTest: %.10" GNM_FORMAT_g "\n", *sftest);
 
 	g_object_unref (wb);
 	return res;



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