diff options
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index e3de085dd..90a7f3437 100644 --- a/agent/command.c +++ b/agent/command.c @@ -1802,7 +1802,7 @@ io_monitor (assuan_context_t ctx, int direction, } -/* Return true if the commznd CMD implements the option OPT. */ +/* Return true if the command CMD implements the option OPT. */ static int command_has_option (const char *cmd, const char *cmdopt) { |