diff options
author | Werner Koch <[email protected]> | 2009-07-07 16:52:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-07 16:52:12 +0000 |
commit | 219399255927abe7b558412aacf30a5ec82143c4 (patch) | |
tree | 3fc801eb4b58c4aaddb5d168da0cbf44c4592eef /agent/command.c | |
parent | Minor bug fixes. (diff) | |
download | gnupg-219399255927abe7b558412aacf30a5ec82143c4.tar.gz gnupg-219399255927abe7b558412aacf30a5ec82143c4.zip |
Impleemned gpgsm's IMPORT --re-import feature.
Typo fix.
Diffstat (limited to '')
-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) { |