aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <[email protected]>2017-02-20 21:19:50 +0000
committerDaniel Kahn Gillmor <[email protected]>2017-02-21 18:11:46 +0000
commit27b2743eaf96edbd624715f0ca6a655100a2bc79 (patch)
tree75ba83cd87e1e3366045c0bbb4aaa509198102d7
parentgpgscm: Guard use of tagged expressions. (diff)
downloadlibgpg-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c96dcf1..3191e05 100644
--- a/main.c
+++ b/main.c
@@ -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 )
{