]> granicus.if.org Git - neomutt/commitdiff
Fix a typo noted by Tamotsu Takahashi.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 4 Apr 2002 06:50:12 +0000 (06:50 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 4 Apr 2002 06:50:12 +0000 (06:50 +0000)
pgp.c

diff --git a/pgp.c b/pgp.c
index 765d984b924769e185c91d0137ec2bc5466dc29a..9ac9665eaa5e7cf8e4d3cc4aca42498ee8bef8b8 100644 (file)
--- 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 */
        {