summaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
authorKristian Fiskerstrand <kf@sumptuouscapital.com>2014-06-12 16:12:28 +0200
committerWerner Koch <wk@gnupg.org>2014-06-17 11:42:39 +0200
commit3f17b74aa57ac1ea2f3aa93dec4889778a21afeb (patch)
treeb401b4a2623f5ee0091e43f0b0eb42cf09d9ef72 /g10
parentspeedo: Support building from dist-source generated tarball. (diff)
downloadgnupg2-3f17b74aa57ac1ea2f3aa93dec4889778a21afeb.tar.xz
gnupg2-3f17b74aa57ac1ea2f3aa93dec4889778a21afeb.zip
gpg: Fix a couple of spelling errors
Diffstat (limited to 'g10')
-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 1b30b7fea..cf1b96af2 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -222,12 +222,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);