(validate_uparams): Fix typo
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 13 Mar 2006 09:51:53 +0000 (09:51 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 13 Mar 2006 09:51:53 +0000 (09:51 +0000)
lib/argp-help.c

index 83962d3..0dce126 100644 (file)
@@ -146,7 +146,7 @@ validate_uparams (const struct argp_state *state, struct uparams *upptr)
          __argp_failure (state, 0, 0,
                          dgettext (state->root_argp->argp_domain,
                                    "\
-ARGP_HELP_FMT: %s value is less then or equal to %s"),
+ARGP_HELP_FMT: %s value is less than or equal to %s"),
                          "rmargin", up->name);
          return;
        }