diff options
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/command.c b/agent/command.c index 9c2b8b7f9..720272904 100644 --- a/agent/command.c +++ b/agent/command.c @@ -320,9 +320,9 @@ agent_write_status (ctrl_t ctrl, const char *keyword, ...) } -/* Helper to notify the client about a lauchned Pinentry. Because - that might disturb some older clients, this is only done when - enabled via an option. Returns an gpg error code. */ +/* Helper to notify the client about a launched Pinentry. Because + that might disturb some older clients, this is only done if enabled + via an option. Returns an gpg error code. */ gpg_error_t agent_inq_pinentry_launched (ctrl_t ctrl, unsigned long pid) { |