From: Thomas Roessler Date: Wed, 19 Jan 2000 14:57:18 +0000 (+0000) Subject: Fiksing a speling mysdeik nodet by Michael Sobolev. ;-) X-Git-Tag: mutt-1-1-3-rel~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c84a6e0dbe6760ad63577e3bded3cf2466f68bdc;p=mutt Fiksing a speling mysdeik nodet by Michael Sobolev. ;-) --- 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; }