X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fregression.q;h=609ec3953f5dd9ca2fde7a91b96d9eacfc7ad3a4;hb=fab68e4ef0a6f43179bdd5bebe959ef391489a7a;hp=c6fddb90df5e585dc053e8cc3b37205be2a6f6a0;hpb=3d2d7cd7e835a1f49fb24e629972dd5d99d872ab;p=pspp-builds.git diff --git a/src/language/stats/regression.q b/src/language/stats/regression.q index c6fddb90..609ec395 100644 --- a/src/language/stats/regression.q +++ b/src/language/stats/regression.q @@ -1028,7 +1028,9 @@ identify_indep_vars (const struct variable **indep_vars, 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]; }