diff options
author | Justus Winter <[email protected]> | 2015-12-02 10:28:07 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2015-12-02 10:28:07 +0000 |
commit | 8c61cbfb8ff2e1056840ecf8511810ed2482eb1f (patch) | |
tree | 30c5f763d51fd3880b53516a5c17214f90682f21 /src/argparse.c | |
parent | Make use of user passphrase handler during passwd. (diff) | |
download | gpgme-8c61cbfb8ff2e1056840ecf8511810ed2482eb1f.tar.gz gpgme-8c61cbfb8ff2e1056840ecf8511810ed2482eb1f.zip |
Fix typos found by codespell.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'src/argparse.c')
-rw-r--r-- | src/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argparse.c b/src/argparse.c index 53c20fca..b6abf86b 100644 --- a/src/argparse.c +++ b/src/argparse.c @@ -851,7 +851,7 @@ find_long_option( ARGPARSE_ARGS *arg, /* Would be better if we can do a binary search, but it is not possible to reorder our option table because we would mess up our help strings - What we can do is: Build a nice option - lookup table wehn this function is first invoked */ + lookup table when this function is first invoked */ if( !*keyword ) return -1; for(i=0; opts[i].short_opt; i++ ) |