Corrected various typos in error messages.
[pspp-builds.git] / src / language / dictionary / modify-variables.c
index f205a1cc0517448df697025875d8efa1650159a8..c20285fe2c8b09c113cd0bbc9b2ec86350020b0d 100644 (file)
@@ -231,8 +231,8 @@ cmd_modify_vars (struct lexer *lexer, struct dataset *ds)
 
          if (already_encountered & 4)
            {
-             msg (SE, _("KEEP subcommand may be given at most once.  It may not"
-                  "be given in conjunction with the DROP subcommand."));
+             msg (SE, _("KEEP subcommand may be given at most once.  It may "
+                   "not be given in conjunction with the DROP subcommand."));
              goto done;
            }
          already_encountered |= 4;