gpg: Fix a couple of spelling errors

This commit is contained in:
Kristian Fiskerstrand 2014-06-12 16:12:28 +02:00 committed by Werner Koch
parent 017c6f8fba
commit 1242a72923
1 changed files with 2 additions and 2 deletions

View File

@ -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);