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 /g10/export.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/export.c b/g10/export.c index 844098355..87708f08d 100644 --- a/g10/export.c +++ b/g10/export.c @@ -35,9 +35,9 @@ /**************** - * Export the public keys (to standard out or --outout). + * Export the public keys (to standard out or --output). * Depending on opt.armor the output is armored. - * If USERS is NULL, the complete ring wil. be exported. + * If USERS is NULL, the complete ring will be exported. */ int export_pubkeys( STRLIST users ) @@ -80,7 +80,7 @@ export_pubkeys( STRLIST users ) all = 2; } - /* use the correct sequence. strlist_last,prev do work correct with + /* use the correct sequence. strlist_last,prev do work correctly with * NULL pointers :-) */ for( sl=strlist_last(users); sl || all ; sl=strlist_prev( users, sl )) { if( all ) { /* get the next user */ |