From 6c88d2bffd0bcc658e8aceb72b1ffbb2de704867 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 4 Apr 2002 06:50:12 +0000 Subject: [PATCH] Fix a typo noted by Tamotsu Takahashi. --- pgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgp.c b/pgp.c index 765d984b..9ac9665e 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 */ { -- 2.40.0