From: Reuben Thomas Date: Thu, 4 May 2017 15:51:43 +0000 (+0200) Subject: argp: Fix typo. X-Git-Tag: v1.0~6206 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a87d5e5c6f3fb35abc62ca07cd6e58f2ed777159;p=gnulib.git argp: Fix typo. * lib/argp-help.c (argp_doc): Fix spelling mistake in comment. --- diff --git a/ChangeLog b/ChangeLog index 8c91b23e9c..90527b8bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-04 Reuben Thomas + + argp: Fix typo. + * lib/argp-help.c (argp_doc): Fix spelling mistake in comment. + 2017-05-02 Paul Eggert utimens: port to Emacs + MS-Windows diff --git a/lib/argp-help.c b/lib/argp-help.c index ae639bd066..05ab474575 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -1460,7 +1460,7 @@ argp_args_usage (const struct argp *argp, const struct argp_state *state, } /* Print the documentation for ARGP to STREAM; if POST is false, then - everything preceeding a '\v' character in the documentation strings (or + everything preceding a '\v' character in the documentation strings (or the whole string, for those with none) is printed, otherwise, everything following the '\v' character (nothing for strings without). Each separate bit of documentation is separated a blank line, and if PRE_BLANK is true,