diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/helptext.c | 2 | ||||
-rw-r--r-- | g10/pkclist.c | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 630f550aa..ecee8821b 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 12 13:32:06 CEST 2000 Werner Koch <wk@> + + * helptext.c, pkclist.c: s/superseeded/superseded/ + Mon Jul 10 16:08:57 CEST 2000 Werner Koch <wk@> * parse-packet.c (enum_sig_subpkt): Fixed testing on crtitical bit in case diff --git a/g10/helptext.c b/g10/helptext.c index 4a7a14fde..fa40e448c 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -231,7 +231,7 @@ 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 superseeded\"\n" + " \"Key is superseded\"\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" diff --git a/g10/pkclist.c b/g10/pkclist.c index bf93988ce..d19ba0bf2 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -115,7 +115,7 @@ do_show_revocation_reason( PKT_signature *sig ) if( *p == 0 ) text = _("No reason specified"); else if( *p == 0x01 ) - text = _("Key is superseeded"); + text = _("Key is superseded"); else if( *p == 0x02 ) text = _("Key has been compromised"); else if( *p == 0x03 ) |