diff options
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 5ac02645e..0a483ac48 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -1194,7 +1194,7 @@ start_connection_thread (void *arg) /* FIXME: Move this housekeeping into a ticker function. Calling it for each connection should work but won't work anymore if our - cleints start to keep connections. */ + clients start to keep connections. */ agent_trustlist_housekeeping (); start_command_handler (-1, fd); |