summaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-12-30 18:23:14 +0100
committerWerner Koch <wk@gnupg.org>2016-01-05 13:51:04 +0100
commitf2ecbf7454fe1e4b87112b982d7ddcd496ebc1ff (patch)
tree5b366e9fac86cb7b6794d881e6cc70c32fbbe67a /agent
parentagent: Fix RSA verification for card. (diff)
downloadgnupg2-f2ecbf7454fe1e4b87112b982d7ddcd496ebc1ff.tar.xz
gnupg2-f2ecbf7454fe1e4b87112b982d7ddcd496ebc1ff.zip
agent: Typo fix for help text.
--
Diffstat (limited to 'agent')
-rw-r--r--agent/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c
index 718a5e6bb..a09da607d 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -2036,7 +2036,7 @@ static const char hlp_import_key[] =
"no arguments but uses the inquiry \"KEYDATA\" to ask for the actual\n"
"key data. The unwrapped key must be a canonical S-expression. The\n"
"option --unattended tries to import the key as-is without any\n"
- "re-encryption. Exisiting key can be overwritten with --force.";
+ "re-encryption. Existing key can be overwritten with --force.";
static gpg_error_t
cmd_import_key (assuan_context_t ctx, char *line)
{