From c84a6e0dbe6760ad63577e3bded3cf2466f68bdc Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 19 Jan 2000 14:57:18 +0000 Subject: [PATCH] Fiksing a speling mysdeik nodet by Michael Sobolev. ;-) --- pgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgp.c b/pgp.c index 31305b67..2f7c0acd 100644 --- 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; } -- 2.40.0