X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Fvariable-parser.c;h=ed64d0341460315269efd4b9520841e3902b378e;hb=5c6905f443fab1025db254154790648ca95cf310;hp=f019b533a59d3f36e74aa0f43afd3d8968d3768e;hpb=2bb71a3d1229189fc5fb6917caeb59fd54274606;p=pspp-builds.git diff --git a/src/language/lexer/variable-parser.c b/src/language/lexer/variable-parser.c index f019b533..ed64d034 100644 --- a/src/language/lexer/variable-parser.c +++ b/src/language/lexer/variable-parser.c @@ -191,7 +191,7 @@ add_variable (struct variable ***v, size_t *nv, size_t *mv, && var_get_width (add) != var_get_width ((*v)[0])) msg (SE, _("%s and %s are string variables with different widths. " "All variables in this variable list must have the " - "same width. %s will be omttied from the list."), + "same width. %s will be omitted from the list."), var_get_name ((*v)[0]), add_name, add_name); else if ((pv_opts & PV_NO_DUPLICATE) && included[idx]) msg (SE, _("Variable %s appears twice in variable list."), add_name);