Corrected various typos in error messages.
[pspp-builds.git] / src / language / stats / crosstabs.q
index 0dbb83719ac434a925e36cf2040553a2f3df1c33..1aea5babfd6eb35885451b94c60a4276f911ef97 100644 (file)
@@ -361,7 +361,7 @@ crs_custom_tables (struct lexer *lexer, struct dataset *ds, struct cmd_crosstabs
        goto done;
       if (xalloc_oversized (nx, by_nvar[n_by]))
         {
-          msg (SE, _("Too many crosstabulation variables or dimensions."));
+          msg (SE, _("Too many cross-tabulation variables or dimensions."));
           goto done;
         }
       nx *= by_nvar[n_by];