Fix typo in spelling of expectation

This commit is contained in:
Jeroen Ketema
2023-06-02 10:36:11 +02:00
parent 4497aa5eb1
commit 7b17b92aca
5 changed files with 5 additions and 5 deletions

View File

@@ -317,7 +317,7 @@ class HttpServerHttpResponseTest extends InlineExpectationsTest {
location = response.getLocation() and
element = response.toString() and
// Ensure that an expectation value such as "mimetype=text/html; charset=utf-8" is parsed as a
// single expectation with tag mimetype, and not as two expecations with tags mimetype and
// single expectation with tag mimetype, and not as two expectations with tags mimetype and
// charset.
(
if exists(response.getMimetype().indexOf(" "))