From 561d5109d62021b5cec74bb634e6f41678f46aa2 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 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 */ { -- 2.40.0