]> granicus.if.org Git - mutt/commitdiff
Fiksing a speling mysdeik nodet by Michael Sobolev. ;-)
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 19 Jan 2000 14:57:18 +0000 (14:57 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 19 Jan 2000 14:57:18 +0000 (14:57 +0000)
pgp.c

diff --git a/pgp.c b/pgp.c
index 31305b673a39352a4cc288ca7a8d2e17e38a6f41..2f7c0acde7eb6d176480518f70cb44f2cfdbaa22 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -637,7 +637,7 @@ void pgp_signed_handler (BODY *a, STATE *s)
   if (!(a && a->next && a->next->type == protocol_major && 
       !mutt_strcasecmp(a->next->subtype, protocol_minor)))
   {
-    state_puts(_("[-- Error: Inconsistant multipart/signed structure! --]\n\n"), s);
+    state_puts(_("[-- Error: Inconsistent multipart/signed structure! --]\n\n"), s);
     mutt_body_handler (a, s);
     return;
   }