diff options
author | Yuri Chornoivan <[email protected]> | 2017-02-20 21:19:50 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2017-02-21 18:11:46 +0000 |
commit | 27b2743eaf96edbd624715f0ca6a655100a2bc79 (patch) | |
tree | 75ba83cd87e1e3366045c0bbb4aaa509198102d7 | |
parent | gpgscm: Guard use of tagged expressions. (diff) | |
download | libgpg-error-27b2743eaf96edbd624715f0ca6a655100a2bc79.tar.gz libgpg-error-27b2743eaf96edbd624715f0ca6a655100a2bc79.zip |
Clean up word replication.
--
This fixes extra word repetitions (like "the the" or "is is") in the
code and docs.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ parse_arguments (ARGPARSE_ARGS *pargs, ARGPARSE_OPTS *popts) } } -/* Print usage information and and provide strings for help. */ +/* Print usage information and provide strings for help. */ static const char * my_strusage( int level ) { |