diff options
author | Werner Koch <wk@gnupg.org> | 1998-04-14 19:51:16 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-04-14 19:51:16 +0200 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /g10/verify.c | |
parent | new release (diff) | |
download | gnupg2-700c438def7defcdda1e806f4652b89987485882.tar.xz gnupg2-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'g10/verify.c')
-rw-r--r-- | g10/verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/verify.c b/g10/verify.c index 3398c2ed4..7a2f73130 100644 --- a/g10/verify.c +++ b/g10/verify.c @@ -41,9 +41,9 @@ /**************** * Assume that the input is a signature and verify it without - * generating any output. With no arguments, the sigature packet + * generating any output. With no arguments, the signature packet * is read from stdin (it may be a detached signature when not - * used in batch mode). If only a sigfile is given, is maybe a complete + * used in batch mode). If only a sigfile is given, it may be a complete * signature or a detached signature in which case the signed stuff * is expected from stdin. With more than 1 argument, the first should * be a detached signature and the remaining files are the signed stuff. |