From: Thomas Roessler Date: Thu, 4 Apr 2002 06:50:12 +0000 (+0000) Subject: Fix a typo noted by Tamotsu Takahashi. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=561d5109d62021b5cec74bb634e6f41678f46aa2;p=neomutt Fix a typo noted by Tamotsu Takahashi. --- diff --git a/pgp.c b/pgp.c index 765d984b9..9ac9665ea 100644 --- a/pgp.c +++ b/pgp.c @@ -301,7 +301,7 @@ void pgp_application_pgp_handler (BODY *m, STATE *s) maybe_goodsig = 0; pgpin = NULL; pgperr = NULL; - state_attach_puts (_("[-- Error: unable to create PGP subprocess! --]}n"), s); + state_attach_puts (_("[-- Error: unable to create PGP subprocess! --]\n"), s); } else /* PGP started successfully */ {