aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <[email protected]>2014-06-22 14:33:04 +0000
committerWerner Koch <[email protected]>2014-06-27 13:38:33 +0000
commite56a2d6a56d95c0f169506a8dc74a845c22b699d (patch)
tree299af65fccc73212027439a84b7b2bbbc7ab7567
parentbuild: Remove unused options. (diff)
downloadgnupg-e56a2d6a56d95c0f169506a8dc74a845c22b699d.tar.gz
gnupg-e56a2d6a56d95c0f169506a8dc74a845c22b699d.zip
Fix typos in messages
-rw-r--r--agent/findkey.c2
-rw-r--r--dirmngr/dirmngr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/agent/findkey.c b/agent/findkey.c
index e01c5c195..b842f9ed8 100644
--- a/agent/findkey.c
+++ b/agent/findkey.c
@@ -1257,7 +1257,7 @@ agent_delete_key (ctrl_t ctrl, const char *desc_text,
err = agent_get_confirmation
(ctrl,
_("Warning: This key is also listed for use with SSH!\n"
- "Deleting the key will may remove your ability to"
+ "Deleting the key will may remove your ability to "
"access remote machines."),
_("Delete key"), _("No"), 0);
if (err)
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c
index 8f85e4883..48fa80be7 100644
--- a/dirmngr/dirmngr.c
+++ b/dirmngr/dirmngr.c
@@ -201,7 +201,7 @@ static ARGPARSE_OPTS opts[] = {
N_("|N|do not return more than N items in one query")),
ARGPARSE_s_s (oHkpCaCert, "hkp-cacert",
- N_("|FILE|use the CA certifciates in FILE for HKP over TLS")),
+ N_("|FILE|use the CA certificates in FILE for HKP over TLS")),
ARGPARSE_s_s (oSocketName, "socket-name", "@"), /* Only for debugging. */