diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-20 13:37:47 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-06-02 01:39:48 +0000 |
commit | 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (patch) | |
tree | e02ce0ba813f2cb4f20643988ec030292784cab6 /argp/argp-help.c | |
parent | 5013f6fc6c44160e8ec6bcd34ba676e85d9d6ab6 (diff) | |
download | glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.tar.gz glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.tar.xz glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.zip |
Fix all the remaining misspellings -- BZ 25337
Diffstat (limited to 'argp/argp-help.c')
-rw-r--r-- | argp/argp-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c index aef380a573..d019ed58d2 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -1560,7 +1560,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, |