projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58afb65
)
(validate_uparams): Fix typo
author
Sergey Poznyakoff
<gray@gnu.org.ua>
Mon, 13 Mar 2006 09:51:53 +0000
(09:51 +0000)
committer
Sergey Poznyakoff
<gray@gnu.org.ua>
Mon, 13 Mar 2006 09:51:53 +0000
(09:51 +0000)
lib/argp-help.c
patch
|
blob
|
history
diff --git
a/lib/argp-help.c
b/lib/argp-help.c
index 83962d3c14298bb8094d2b258e6a280ff477be6a..0dce126c66a96a2fbf53d209ae2be781256dfd05 100644
(file)
--- a/
lib/argp-help.c
+++ b/
lib/argp-help.c
@@
-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 th
e
n or equal to %s"),
+ARGP_HELP_FMT: %s value is less th
a
n or equal to %s"),
"rmargin", up->name);
return;
}