diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
commit | 49c091e52398a34f976421a72ecfc546c19ff903 (patch) | |
tree | f9d0930c78ca46be36094eafa3c1f7a9de405d80 /argp | |
parent | 384cbe9b1e8e1e3a898994fb07506d072c67b247 (diff) | |
download | glibc-49c091e52398a34f976421a72ecfc546c19ff903.zip glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.gz glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.bz2 |
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* locales/mk_MK: New file.
Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
* SUPPORTED: Add mk_MK ISO-8859-1.
Diffstat (limited to 'argp')
-rw-r--r-- | argp/argp-help.c | 4 | ||||
-rw-r--r-- | argp/argp.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c index 5ab6aa7..560fe52 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -357,7 +357,7 @@ struct hol_cluster const char *header; /* Used to order clusters within the same group with the same parent, - according to the order in which they occured in the parent argp's child + according to the order in which they occurred in the parent argp's child list. */ int index; @@ -1419,7 +1419,7 @@ argp_args_usage (const struct argp *argp, const struct argp_state *state, following the `\v' character (nothing for strings without). Each separate bit of documentation is separated a blank line, and if PRE_BLANK is true, then the first is as well. If FIRST_ONLY is true, only the first - occurance is output. Returns true if anything was output. */ + occurrence is output. Returns true if anything was output. */ static int argp_doc (const struct argp *argp, const struct argp_state *state, int post, int pre_blank, int first_only, diff --git a/argp/argp.h b/argp/argp.h index 0d40572..ee59d25 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -184,7 +184,7 @@ typedef error_t (*argp_parser_t) (int key, char *arg, argp's, and perhaps a function to filter help output. When actually parsing options, getopt is called with the union of all the argp structures chained together through their CHILD pointers, with conflicts - being resolved in favor of the first occurance in the chain. */ + being resolved in favor of the first occurrence in the chain. */ struct argp { /* An array of argp_option structures, terminated by an entry with both |