[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] pspp/src/language/stats regression.q
From: |
Jason H Stover |
Subject: |
[Pspp-cvs] pspp/src/language/stats regression.q |
Date: |
Thu, 16 Aug 2007 15:23:55 +0000 |
CVSROOT: /sources/pspp
Module name: pspp
Changes by: Jason H Stover <jstover> 07/08/16 15:23:55
Modified files:
src/language/stats: regression.q
Log message:
fixed typo
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/regression.q?cvsroot=pspp&r1=1.59&r2=1.60
Patches:
Index: regression.q
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/regression.q,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- regression.q 15 Aug 2007 19:24:16 -0000 1.59
+++ regression.q 16 Aug 2007 15:23:55 -0000 1.60
@@ -1028,7 +1028,7 @@
as the dependent variable. Print a warning and continue.
*/
msg (SE,
- gettext ("The dependent variable is equal to the independent
variable. The least sequares line is therefore Y=X. Standard errors and related
statistics may be meaningless."));
+ gettext ("The dependent variable is equal to the independent
variable. The least squares line is therefore Y=X. Standard errors and related
statistics may be meaningless."));
n_indep_vars = 1;
indep_vars[0] = v_variables[0];
}