diff options
author | klemens <ka7@github.com> | 2017-04-16 20:49:32 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-12-20 22:29:09 +0100 |
commit | aded22555eeb31bc032f9bc58a83762981a58391 (patch) | |
tree | 801b3a8f5b247a7690149ca2c0f3c9130f4ef249 /test | |
parent | aa6e77afb5ba7df42fcff06cac744b1f4a4105d2 (diff) |
spelling fixes
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 2 | ||||
-rwxr-xr-x | test/aux-fixed/exim-ca/README | 2 | ||||
-rwxr-xr-x | test/runtest | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/README b/test/README index 552b43f2a..a6bcfd897 100644 --- a/test/README +++ b/test/README @@ -1051,7 +1051,7 @@ Lines in client scripts are of several kinds: (7) Otherwise, the line is an input line line that is sent to the server. Any occurrences of \r and \n in the line are turned into carriage return and linefeed, respectively. This is used for testing PIPELINING. - Any sequences of \x followed by two hex digits are converted to the equvalent + Any sequences of \x followed by two hex digits are converted to the equivalent byte value. Any other character following a \ is sent verbatim. The line is sent with a trailing "\r\n". diff --git a/test/aux-fixed/exim-ca/README b/test/aux-fixed/exim-ca/README index 98de5d43d..cb0894640 100755 --- a/test/aux-fixed/exim-ca/README +++ b/test/aux-fixed/exim-ca/README @@ -24,7 +24,7 @@ by that name; those in the "expired" ones are out-of-date (the rest expire in 2038). The "1" and "2" systems/certs have equivalent properties. -In each certicate subdir: the ".db" files are NSS version of the cert, +In each certificate subdir: the ".db" files are NSS version of the cert, the ".pem", ".key" and ".unlocked.key" are usable by OpenSSL (the ca_chain.pem being a copy of the CA public information and signer public information). diff --git a/test/runtest b/test/runtest index 39e87629e..3f7e10627 100755 --- a/test/runtest +++ b/test/runtest @@ -2199,7 +2199,7 @@ elsif (/^millisleep\s+(.*)$/) # The "munge" command selects one of a hardwired set of test-result modifications -# to be made before result compares are run agains the golden set. This lets +# to be made before result compares are run against the golden set. This lets # us account for test-system dependent things which only affect a few, but known, # test-cases. # Currently only the last munge takes effect. |