X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a338ca2b75e1c1c1e4c772d7165c549a58681610..2c7c4a9c23950044507a78956ca2c23f9c6a9491:/test/README 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".