diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-10-28 19:06:11 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-02 11:53:58 +0000 |
commit | 68b59bbc42ba9ec69496758743924d54a95742f0 (patch) | |
tree | 95f7c6c246224aef77477049285a0ff6fd2b552d /tests | |
parent | g10,w32: Fix build on Windows. (diff) | |
download | gnupg-68b59bbc42ba9ec69496758743924d54a95742f0.tar.gz gnupg-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 <[email protected]>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/openpgp/ecc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/ecc.scm b/tests/openpgp/ecc.scm index f2f3b7c3a..8f384949b 100755 --- a/tests/openpgp/ecc.scm +++ b/tests/openpgp/ecc.scm @@ -187,7 +187,7 @@ Rg== ;; ;; Now check that we can encrypt and decrypt our own messages. ;; -;; Note that we don't need to provide a passppharse because we already +;; Note that we don't need to provide a passphrase because we already ;; preset the passphrase into the gpg-agent. ;; (for-each-p |