diff options
author | Werner Koch <[email protected]> | 2006-02-09 18:29:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-02-09 18:29:31 +0000 |
commit | 4472efd12c3f3585cc94f3f938fb5e0bd6beabce (patch) | |
tree | b43ce7a738b0db437f2f5cddf55bd7765101237a /agent/gpg-agent.c | |
parent | Fixed a couple of problems with omnikey based readers (diff) | |
download | gnupg-4472efd12c3f3585cc94f3f938fb5e0bd6beabce.tar.gz gnupg-4472efd12c3f3585cc94f3f938fb5e0bd6beabce.zip |
PIN caching of cards does now work.
Diffstat (limited to '')
-rw-r--r-- | agent/gpg-agent.c | 2 |
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)) { |