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 | 24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch) | |
tree | 4888dfeb4ed52052e71158b948499b12b4b04ec9 /common/argparse.c | |
parent | dirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff) | |
download | gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.gz gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.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]>
Diffstat (limited to 'common/argparse.c')
-rw-r--r-- | common/argparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/argparse.c b/common/argparse.c index b53efcebf..fbe8a37ff 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -61,7 +61,7 @@ /* GnuPG uses GPLv3+ but a standalone version of this defaults to GPLv2+ because that is the license of this file. Change this if you include it in a program which uses GPLv3. If you don't want to - set a a copyright string for your usage() you may also hardcode it + set a copyright string for your usage() you may also hardcode it here. */ #ifndef GNUPG_MAJOR_VERSION @@ -571,7 +571,7 @@ optfile_parse (FILE *fp, const char *filename, unsigned *lineno, int unread_buf[3]; /* We use an int so that we can store EOF. */ int unread_buf_count = 0; - if (!fp) /* Divert to to arg_parse() in this case. */ + if (!fp) /* Divert to arg_parse() in this case. */ return arg_parse (arg, opts); initialize (arg, filename, lineno); |