]> Savannah Git Hosting - gnulib.git/commitdiff
argp: Fix typo.
authorReuben Thomas <rrt@sc3d.org>
Thu, 4 May 2017 15:51:43 +0000 (17:51 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 4 May 2017 15:53:02 +0000 (17:53 +0200)
* lib/argp-help.c (argp_doc): Fix spelling mistake in comment.

ChangeLog
lib/argp-help.c

index 8c91b23e9c039f35c9cd8aa9b136137bb7c9857c..90527b8bd4865e7b39b93659b93577f95e712a1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-04  Reuben Thomas  <rrt@sc3d.org>
+
+       argp: Fix typo.
+       * lib/argp-help.c (argp_doc): Fix spelling mistake in comment.
+
 2017-05-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        utimens: port to Emacs + MS-Windows
index ae639bd06632bd0dda5bd65e8c8ad2d7cc591646..05ab474575c46586ba70b0c1067cb60a62c7f876 100644 (file)
@@ -1460,7 +1460,7 @@ argp_args_usage (const struct argp *argp, const struct argp_state *state,
 }
 \f
 /* 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,