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/encode.c | |
| parent | new release (diff) | |
| download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip | |
applied Mathews typo and grammar fixes
Diffstat (limited to 'g10/encode.c')
| -rw-r--r-- | g10/encode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/encode.c b/g10/encode.c index b73938070..4852f6e60 100644 --- a/g10/encode.c +++ b/g10/encode.c @@ -42,7 +42,7 @@ static int write_pubkey_enc_from_list( PKC_LIST pkc_list, DEK *dek, IOBUF out ); /**************** - * Encode FILENAME only with the symmetric cipher. Take input from + * Encode FILENAME with only the symmetric cipher. Take input from * stdin if FILENAME is NULL. */ int @@ -52,7 +52,7 @@ encode_symmetric( const char *filename ) } /**************** - * Encode FILENAME as literal data packet only. Take input from + * Encode FILENAME as a literal data packet only. Take input from * stdin if FILENAME is NULL. */ int |
