From a87d5e5c6f3fb35abc62ca07cd6e58f2ed777159 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 4 May 2017 17:51:43 +0200 Subject: [PATCH] argp: Fix typo. * lib/argp-help.c (argp_doc): Fix spelling mistake in comment. --- ChangeLog | 5 +++++ lib/argp-help.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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, -- 2.39.5