summaryrefslogtreecommitdiffstats
path: root/agent/findkey.c
diff options
context:
space:
mode:
authorKristian Fiskerstrand <kf@sumptuouscapital.com>2014-07-02 13:32:23 +0200
committerWerner Koch <wk@gnupg.org>2014-07-03 11:04:23 +0200
commitb51af333bdf77c042c9fe748616e80d1f5e4d3f9 (patch)
tree8078f87b9351ece17f432f1393a5cc926441718e /agent/findkey.c
parentspeedo: Update w32 installer (diff)
downloadgnupg2-b51af333bdf77c042c9fe748616e80d1f5e4d3f9.tar.xz
gnupg2-b51af333bdf77c042c9fe748616e80d1f5e4d3f9.zip
gpg: Spelling error
Diffstat (limited to '')
-rw-r--r--agent/findkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c
index b842f9ed8..8725afbf3 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 might remove your ability to "
"access remote machines."),
_("Delete key"), _("No"), 0);
if (err)