diff options
Diffstat (limited to 'agent/query.c')
-rw-r--r-- | agent/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/query.c b/agent/query.c index 4aafcbe99..622a2662c 100644 --- a/agent/query.c +++ b/agent/query.c @@ -86,7 +86,7 @@ initialize_module_query (void) /* Unlock the pinentry so that another thread can start one and disconnect that pinentry - we do this after the unlock so that a stalled pinentry does not block other threads. Fixme: We should - have a timeout in Assuan for the disconnetc operation. */ + have a timeout in Assuan for the disconnect operation. */ static int unlock_pinentry (int rc) { |