diff options
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index a5640b3f3..f189f4f8e 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -231,11 +231,11 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { " \"Key has been compromised\"\n" " Use this if you have a reason to believe that unauthorized persons\n" " got access to your secret key.\n" - " \"Key is superseded\"\n" + " \"Key is superseeded\"\n" " Use this if you have replaced this key with a newer one.\n" " \"Key is no longer used\"\n" " Use this if you have retired this key.\n" - " \"User ID is non longer valid\"\n" + " \"User ID is no longer valid\"\n" " Use this to state that the user ID should not longer be used;\n" " this is normally used to mark an email address invalid.\n" )}, |