diff options
author | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /util/argparse.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to '')
-rw-r--r-- | util/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/argparse.c b/util/argparse.c index 38e809806..9c1cd4214 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -659,7 +659,7 @@ usage( int level ) * 18: Optional thanks list (with LFs) * 19: Bug report info *20..29: Additional lib version strings. - *30..39: Additional program infos (with LFs) + *30..39: Additional program info (with LFs) * 40: short usage note (with LF) * 41: long usage note (with LF) */ |