diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-09-15 20:21:15 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-09-17 09:00:37 +0200 |
commit | 0d67241e317b172a258a910c02d90639e2b08fce (patch) | |
tree | f1f68c8a94af20f1a3273da46633c7f8af750bc4 /tests/openpgp/multisig.test | |
parent | move some file encodings to UTF-8 (diff) | |
download | gnupg2-0d67241e317b172a258a910c02d90639e2b08fce.tar.xz gnupg2-0d67241e317b172a258a910c02d90639e2b08fce.zip |
Fix more spelling
* NEWS, acinclude.m4, agent/command-ssh.c, agent/command.c,
agent/gpg-agent.c, agent/keyformat.txt, agent/protect-tool.c,
common/asshelp.c, common/b64enc.c, common/recsel.c, doc/DETAILS,
doc/HACKING, doc/Notes, doc/TRANSLATE, doc/dirmngr.texi,
doc/faq.org, doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi,
doc/instguide.texi, g10/armor.c, g10/gpg.c, g10/keyedit.c,
g10/mainproc.c, g10/pkclist.c, g10/tofu.c, g13/sh-cmd.c,
g13/sh-dmcrypt.c, kbx/keybox-init.c, m4/pkg.m4, sm/call-dirmngr.c,
sm/gpgsm.c, tests/Makefile.am, tests/gpgscm/Manual.txt,
tests/gpgscm/scheme.c, tests/openpgp/gpgv-forged-keyring.scm,
tests/openpgp/multisig.test, tests/openpgp/verify.scm,
tests/pkits/README, tools/applygnupgdefaults,
tools/gpg-connect-agent.c, tools/mime-maker.c, tools/mime-parser.c:
minor spelling cleanup.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'tests/openpgp/multisig.test')
-rwxr-xr-x | tests/openpgp/multisig.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/openpgp/multisig.test b/tests/openpgp/multisig.test index 9ad8676fd..9989be5cf 100755 --- a/tests/openpgp/multisig.test +++ b/tests/openpgp/multisig.test @@ -11,8 +11,8 @@ # Check that gpg verifies only signatures where there is no ambiguity # in the order of packets. Needs the Demo Keys Lima and Mike. -# Note: We do son't support multiple signaturess anymore thus thsi test is -# not really needed becuase verify could do the same. We keep it anyway. +# Note: We do son't support multiple signaturess anymore thus this test is +# not really needed because verify could do the same. We keep it anyway. . $srcdir/defs.inc || exit 3 |