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/revoke.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'g10/revoke.c')
-rw-r--r-- | g10/revoke.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index c98bcc336..ca511bcc2 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -176,11 +176,11 @@ gen_revoke( const char *uname ) /* and issue a usage notice */ tty_printf("Revocation certificate created.\n\n" -"Please move it to a media, which you can hide away; if Mallory gets\n" +"Please move it to a medium which you can hide away; if Mallory gets\n" "access to this certificate he can use it to make your key unusable.\n" -"It is clever to print this certificate and store it away, just in the case\n" -"your media gets unreadable. But have some caution: The printer system of\n" -"your machine might store the data and make it availabe to others!\n"); +"It is smart to print this certificate and store it away, just in case\n" +"your media become unreadable. But have some caution: The print system of\n" +"your machine might store the data and make it available to others!\n"); |