aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c2
1 files changed, 1 insertions, 1 deletions
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 )