diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-10-28 21:06:11 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-11-02 12:53:58 +0100 |
commit | 68b59bbc42ba9ec69496758743924d54a95742f0 (patch) | |
tree | 95f7c6c246224aef77477049285a0ff6fd2b552d /agent/agent.h | |
parent | g10,w32: Fix build on Windows. (diff) | |
download | gnupg2-68b59bbc42ba9ec69496758743924d54a95742f0.tar.xz gnupg2-68b59bbc42ba9ec69496758743924d54a95742f0.zip |
Spelling: correct spelling of "passphrase".
There were several different variant spellings of "passphrase". This
should fix them all for all English text.
I did notice that po/it.po contains multiple instances of
"passhprase", which also looks suspect to me, but i do not know
Italian, so i did not try to correct it.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index a3ec45724..1d4038640 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -122,7 +122,7 @@ struct /* If set, a passphrase history will be written and checked at each passphrase change. */ - int enable_passhrase_history; + int enable_passphrase_history; int running_detached; /* We are running detached from the tty. */ |