From: Jason Stover Date: Thu, 16 Aug 2007 15:23:55 +0000 (+0000) Subject: fixed typo X-Git-Tag: v0.6.0~302 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=60401d43dd6915c6eaa0fc6cf01fd361dcc323d1 fixed typo --- diff --git a/src/language/stats/regression.q b/src/language/stats/regression.q index c6fddb90..fbf9eafe 100644 --- a/src/language/stats/regression.q +++ b/src/language/stats/regression.q @@ -1028,7 +1028,7 @@ 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]; }