aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-06-17 11:57:24 +0000
committerWerner Koch <[email protected]>2009-06-17 11:57:24 +0000
commite05aeca87bd14121405c7d70974692de50fb56a9 (patch)
tree25eeaa8fb5ee07f163ef432c1f7dfc644e28cf4b /agent/gpg-agent.c
parentPreparing for 2.0.12. (diff)
downloadgnupg-e05aeca87bd14121405c7d70974692de50fb56a9.tar.gz
gnupg-e05aeca87bd14121405c7d70974692de50fb56a9.zip
Post release updates
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 9eec9380a..eccf44539 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -997,7 +997,7 @@ main (int argc, char **argv )
necessary but some programs falsely assume a cleared
signal mask. */
if ( !pth_kill () )
- log_error ("pth_kill failed in foked process\n");
+ log_error ("pth_kill failed in forked process\n");
#ifdef HAVE_SIGPROCMASK
if (startup_signal_mask_valid)