diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/gpgscm/Manual.txt | 2 | ||||
-rw-r--r-- | tests/gpgscm/scheme.c | 2 | ||||
-rwxr-xr-x | tests/openpgp/gpgv-forged-keyring.scm | 2 | ||||
-rwxr-xr-x | tests/openpgp/multisig.test | 4 | ||||
-rwxr-xr-x | tests/openpgp/verify.scm | 4 | ||||
-rw-r--r-- | tests/pkits/README | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f349763a6..1b25b784b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -49,7 +49,7 @@ EXTRA_DIST = runtest inittests $(testscripts) ChangeLog-2011 \ samplekeys/cert_g10code_theo1.pem # We used to run $(testscripts) here but these asschk scripts are not -# completely reliable in all enviroments and thus we better disable +# completely reliable in all environments and thus we better disable # them. The tests are anyway way too minimal. We will eventually # write new tests based on gpg-connect-agent which has a full fledged # script language and thus makes it far easier to write tests than to diff --git a/tests/gpgscm/Manual.txt b/tests/gpgscm/Manual.txt index 9fd294fc0..b1469269a 100644 --- a/tests/gpgscm/Manual.txt +++ b/tests/gpgscm/Manual.txt @@ -86,7 +86,7 @@ Please read accompanying file COPYING. Directives (gc) - Performs garbage collection immediatelly. + Performs garbage collection immediately. (gc-verbose) (gc-verbose <bool>) The argument (defaulting to #t) controls whether GC produces diff --git a/tests/gpgscm/scheme.c b/tests/gpgscm/scheme.c index 883395071..5a85063ee 100644 --- a/tests/gpgscm/scheme.c +++ b/tests/gpgscm/scheme.c @@ -2777,7 +2777,7 @@ static pointer opexe_0(scheme *sc, enum scheme_opcodes op) { #if 1 case OP_LAMBDA: /* lambda */ /* If the hook is defined, apply it to sc->code, otherwise - set sc->value fall thru */ + set sc->value fall through */ { pointer f=find_slot_in_env(sc,sc->envir,sc->COMPILE_HOOK,1); if(f==sc->NIL) { diff --git a/tests/openpgp/gpgv-forged-keyring.scm b/tests/openpgp/gpgv-forged-keyring.scm index 7094c96bb..ebe4e404e 100755 --- a/tests/openpgp/gpgv-forged-keyring.scm +++ b/tests/openpgp/gpgv-forged-keyring.scm @@ -63,5 +63,5 @@ N1Glbw1OJfP1q+QFPMPKoCsTYmZpuugq2b5gV/eH0Abvk2pG4Fo/YTDPHhec7Jk= (pipe:do (pipe:echo (eval armored-file (current-environment))) (pipe:spawn `(,@GPGV --keyring ,(in-srcdir "forged-keyring.gpg")))) - (error "verification succeded but should not"))) + (error "verification succeeded but should not"))) '(msg_signed_asc)) 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 diff --git a/tests/openpgp/verify.scm b/tests/openpgp/verify.scm index 2f03027e7..e8aa7df35 100755 --- a/tests/openpgp/verify.scm +++ b/tests/openpgp/verify.scm @@ -321,7 +321,7 @@ GisM (pipe:defer (lambda (sink) (display armored-file (fdopen sink "w")))) (pipe:spawn `(,@GPG --verify))) - (error "verification succeded but should not"))) + (error "verification succeeded but should not"))) '(msg_olsols_asc_multiple msg_clsclss_asc_multiple)) (for-each-p @@ -331,7 +331,7 @@ GisM (pipe:do (pipe:echo (eval armored-file (current-environment))) (pipe:spawn `(,@GPG --verify))) - (error "verification succeded but should not"))) + (error "verification succeeded but should not"))) '(bad_ls_asc bad_fols_asc bad_olsf_asc bad_ools_asc)) diff --git a/tests/pkits/README b/tests/pkits/README index 3fe238c6c..17f03eae4 100644 --- a/tests/pkits/README +++ b/tests/pkits/README @@ -5,7 +5,7 @@ These are tests based on NIST's Public Key Interoperability Test Suite http://csrc.nist.gov/pki/testing/x509paths.html . README - this file. -PKITS_data.tar.bz2 - the orginal ZIP file, repackaged as a tarball. +PKITS_data.tar.bz2 - the original ZIP file, repackaged as a tarball. Makefile.am - Part of our build system. import-all-certs - Run a simple import test on all certifcates validate-all-certs - Run an import and validate test on all certificates |