diff options
| author | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 | 
|---|---|---|
| committer | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 | 
| commit | 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch) | |
| tree | d53dd780b6169d9cc09d7ab91e99e28cb8e96084 /src/argparse.c | |
| parent | docs: python bindings (diff) | |
| download | gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.tar.gz gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.zip  | |
spelling: fix misspellings
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | src/argparse.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/argparse.c b/src/argparse.c index f3a5a485..fcefbba3 100644 --- a/src/argparse.c +++ b/src/argparse.c @@ -417,7 +417,7 @@ static void  store_alias( ARGPARSE_ARGS *arg, char *name, char *value )  {      /* TODO: replace this dummy function with a rea one -     * and fix the probelms IRIX has with (ALIAS_DEV)arg.. +     * and fix the problems IRIX has with (ALIAS_DEV)arg..       * used as lvalue       */    (void)arg; @@ -448,7 +448,7 @@ ignore_invalid_option_p (ARGPARSE_ARGS *arg, const char *keyword)  /* Add the keywords up to the next LF to the list of to be ignored     options.  After returning FP will either be at EOF or the next -   character read wll be the first of a new line.  The function +   character read will be the first of a new line.  The function     returns 0 on success or true on malloc failure.  */  static int  ignore_invalid_option_add (ARGPARSE_ARGS *arg, FILE *fp) @@ -1230,7 +1230,7 @@ long_opt_strlen( ARGPARSE_OPTS *o )   *    this option   *  - a description,ine which starts with a '@' and is followed by   *    any other characters is printed as is; this may be used for examples - *    ans such. + *    as such.   *  - A description which starts with a '|' outputs the string between this   *    bar and the next one as arguments of the long option.   */  | 
