mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-07 17:33:02 +01:00
gpg: Fix a couple of spelling errors
This commit is contained in:
parent
47e63dc001
commit
3f17b74aa5
@ -222,12 +222,12 @@ check_hijacking (assuan_context_t ctx)
|
|||||||
string = get_membuf (&mb, NULL);
|
string = get_membuf (&mb, NULL);
|
||||||
if (!string || !*string)
|
if (!string || !*string)
|
||||||
{
|
{
|
||||||
/* Definitley hijacked - show a warning prompt. */
|
/* Definitely hijacked - show a warning prompt. */
|
||||||
static int shown;
|
static int shown;
|
||||||
const char warn1[] =
|
const char warn1[] =
|
||||||
"The GNOME keyring manager hijacked the GnuPG agent.";
|
"The GNOME keyring manager hijacked the GnuPG agent.";
|
||||||
const char warn2[] =
|
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!";
|
"tool to not interfere with the GnuPG system!";
|
||||||
log_info ("WARNING: %s\n", warn1);
|
log_info ("WARNING: %s\n", warn1);
|
||||||
log_info ("WARNING: %s\n", warn2);
|
log_info ("WARNING: %s\n", warn2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user