Fix two typos in GnuPG git/master messages
"Yuri Chornoivan" <[email protected]> Sun, 22 Jun 2014 17:35:20 +0300
| Newsgroups | gmane.comp.encryption.gpg.internationalization |
|---|---|
| Organization | S.P. Timoshenko Institute of Mechanics |
| Message-ID | <[email protected]> |
Hi, Attached is a patch to fix two minor typos. Thanks in advance for your review. Best regards, Yuri _______________________________________________ Gnupg-i18n mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-i18n
0001-Fix-typos-in-messages.patch
(application/octet-stream, 1.4 KB)
From 9f56c6092c9af56b158ca431212e139eb4f6e254 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan <[email protected]> Date: Sun, 22 Jun 2014 17:33:04 +0300 Subject: [PATCH] Fix typos in messages --- agent/findkey.c | 2 +- dirmngr/dirmngr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/findkey.c b/agent/findkey.c index e01c5c1..b842f9e 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 8f85e48..48fa80b 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. */ -- 1.8.4.5