Corrected various typos in printed strings and documentation.
[pspp] / src / language / stats / regression.c
index 194915198b143ce2fe4b87a181d8f0ad57f50f3d..a9ac554385c529125586db15ca581faded4b9037 100644 (file)
@@ -478,8 +478,8 @@ identify_indep_vars (const struct regression *cmd,
        */
       msg (SW,
            gettext
-           ("The dependent variable is equal to the independent variable."
-            "The least squares line is therefore Y=X."
+           ("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] = cmd->vars[0];