aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-02-09 18:29:31 +0000
committerWerner Koch <[email protected]>2006-02-09 18:29:31 +0000
commit4472efd12c3f3585cc94f3f938fb5e0bd6beabce (patch)
treeb43ce7a738b0db437f2f5cddf55bd7765101237a /agent/gpg-agent.c
parentFixed a couple of problems with omnikey based readers (diff)
downloadgnupg-4472efd12c3f3585cc94f3f938fb5e0bd6beabce.tar.gz
gnupg-4472efd12c3f3585cc94f3f938fb5e0bd6beabce.zip
PIN caching of cards does now work.
Diffstat (limited to '')
-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 b6a4f90a6..22bd5589d 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1320,7 +1320,7 @@ handle_tick (void)
agent_scd_check_aliveness ();
/* If we are running as a child of another process, check whether
- the parent is still alive and shutdwon if now. */
+ the parent is still alive and shutdown if not. */
#ifndef HAVE_W32_SYSTEM
if (parent_pid != (pid_t)(-1))
{