tests/FILEFORMAT.md: spellfix

This commit is contained in:
Daniel Stenberg 2022-04-21 17:01:45 +02:00
parent 93cfed2b73
commit 25d7b5f39a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -56,7 +56,7 @@ For example, to insert the binary octets 0, 1 and 255 into the test file:
## Repeat content ## Repeat content
In the preprocess stage, a special instruction can be used to have runtests.pl In the preprocess stage, a special instruction can be used to have runtests.pl
generate a repetetive sequence of bytes. generate a repetitive sequence of bytes.
To insert a sequence of repeat bytes, use this syntax to make the `<string>` To insert a sequence of repeat bytes, use this syntax to make the `<string>`
get repeated `<number>` of times. The number has to be 1 or larger and the get repeated `<number>` of times. The number has to be 1 or larger and the
@ -79,7 +79,7 @@ outputs nothing, until a following else or endif clause. Like this:
Accept-Encoding Accept-Encoding
%endif %endif
It can also check for the inversed condition, so if the feature us *not* set by It can also check for the inverse condition, so if the feature is *not* set by
the use of an exclamation mark: the use of an exclamation mark:
%if !brotli %if !brotli