aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Fiskerstrand <[email protected]>2014-06-12 14:12:28 +0000
committerWerner Koch <[email protected]>2014-06-24 12:37:26 +0000
commit1242a72923db810f7e5fd36269c72b14cb19f60f (patch)
tree4b6e3f5801fdce92c5b6324c7f4d3df71da178ef
parentdoc: Update from master. (diff)
downloadgnupg-1242a72923db810f7e5fd36269c72b14cb19f60f.tar.gz
gnupg-1242a72923db810f7e5fd36269c72b14cb19f60f.zip
gpg: Fix a couple of spelling errors
-rw-r--r--g10/call-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c
index 71bee6145..5669e0498 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -163,12 +163,12 @@ check_hijacking (assuan_context_t ctx)
string = get_membuf (&mb, NULL);
if (!string || !*string)
{
- /* Definitley hijacked - show a warning prompt. */
+ /* Definitely hijacked - show a warning prompt. */
static int shown;
const char warn1[] =
"The GNOME keyring manager hijacked the GnuPG agent.";
const char warn2[] =
- "GnuPG will not work proberly - please configure that "
+ "GnuPG will not work properly - please configure that "
"tool to not interfere with the GnuPG system!";
log_info ("WARNING: %s\n", warn1);
log_info ("WARNING: %s\n", warn2);