aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-07-07 16:52:12 +0000
committerWerner Koch <[email protected]>2009-07-07 16:52:12 +0000
commit219399255927abe7b558412aacf30a5ec82143c4 (patch)
tree3fc801eb4b58c4aaddb5d168da0cbf44c4592eef /agent/command.c
parentMinor bug fixes. (diff)
downloadgnupg-219399255927abe7b558412aacf30a5ec82143c4.tar.gz
gnupg-219399255927abe7b558412aacf30a5ec82143c4.zip
Impleemned gpgsm's IMPORT --re-import feature.
Typo fix.
Diffstat (limited to '')
-rw-r--r--agent/command.c2
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)
{