diff --git a/results/apache.json b/results/apache.json index 760cc45..d49ccd0 100644 --- a/results/apache.json +++ b/results/apache.json @@ -274,7 +274,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": true, "freshness-max-age-decimal-five": [ "Assertion", diff --git a/results/caddy.json b/results/caddy.json index f263039..12bf5e4 100644 --- a/results/caddy.json +++ b/results/caddy.json @@ -352,7 +352,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": true, "freshness-max-age-decimal-five": [ "Assertion", diff --git a/results/chrome.json b/results/chrome.json index c10de5b..3a18eea 100644 --- a/results/chrome.json +++ b/results/chrome.json @@ -212,7 +212,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": true, "freshness-max-age-decimal-five": [ "Assertion", diff --git a/results/fastly.json b/results/fastly.json index cf2a5e0..d4744e3 100644 --- a/results/fastly.json +++ b/results/fastly.json @@ -343,7 +343,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": [ + "freshness-max-age-case-insensitive": [ "Assertion", "Response 2 does not come from cache" ], diff --git a/results/firefox.json b/results/firefox.json index 1afc912..ca3c2c0 100644 --- a/results/firefox.json +++ b/results/firefox.json @@ -173,7 +173,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": true, "freshness-max-age-decimal-five": true, "freshness-max-age-decimal-zero": true, diff --git a/results/haproxy.json b/results/haproxy.json index 0c822c8..4293d31 100644 --- a/results/haproxy.json +++ b/results/haproxy.json @@ -364,7 +364,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": [ "Assertion", "Response 2 comes from cache" diff --git a/results/nginx.json b/results/nginx.json index 3ab8e24..bb92b2a 100644 --- a/results/nginx.json +++ b/results/nginx.json @@ -361,7 +361,7 @@ "Assertion", "Response 2 comes from cache" ], - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": [ "Assertion", "Response 2 comes from cache" diff --git a/results/safari.json b/results/safari.json index b79a7b8..eda55b8 100644 --- a/results/safari.json +++ b/results/safari.json @@ -203,7 +203,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": true, "freshness-max-age-decimal-five": true, "freshness-max-age-decimal-zero": true, diff --git a/results/squid.json b/results/squid.json index 90dbfa6..e7146ad 100644 --- a/results/squid.json +++ b/results/squid.json @@ -277,7 +277,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": true, "freshness-max-age-decimal-five": true, "freshness-max-age-decimal-zero": true, diff --git a/results/trafficserver.json b/results/trafficserver.json index 480da36..2b2354a 100644 --- a/results/trafficserver.json +++ b/results/trafficserver.json @@ -271,7 +271,7 @@ "freshness-max-age-100a": true, "freshness-max-age-a100": true, "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": true, "freshness-max-age-decimal-five": true, "freshness-max-age-decimal-zero": true, diff --git a/results/varnish.json b/results/varnish.json index 5ac3df0..89fd844 100644 --- a/results/varnish.json +++ b/results/varnish.json @@ -298,7 +298,7 @@ "Response 2 does not come from cache" ], "freshness-max-age-age": true, - "freshness-max-age-case-insenstive": true, + "freshness-max-age-case-insensitive": true, "freshness-max-age-date": [ "Assertion", "Response 2 comes from cache" diff --git a/test-engine/lib/testsuite-schema.json b/test-engine/lib/testsuite-schema.json index 1890c8d..6793cac 100644 --- a/test-engine/lib/testsuite-schema.json +++ b/test-engine/lib/testsuite-schema.json @@ -126,7 +126,7 @@ "type": "boolean" }, "disconnect": { - "description": "Whether to disconnect the client when receiving thsi request", + "description": "Whether to disconnect the client when receiving this request", "type": "boolean" }, "magic_locations": { @@ -519,7 +519,7 @@ ] }, "test-id": { - "description": "A short identifer for a test", + "description": "A short identifier for a test", "type": "string" }, "response-or-null": { diff --git a/tests/authorization.mjs b/tests/authorization.mjs index 56cd1e7..3a2291b 100644 --- a/tests/authorization.mjs +++ b/tests/authorization.mjs @@ -3,7 +3,7 @@ import * as templates from './lib/templates.mjs' export default { - name: 'Storing Respones to Authenticated Requests', + name: 'Storing Responses to Authenticated Requests', id: 'auth', description: 'These tests check for behaviours regarding authenticated HTTP responses.', spec_anchors: ['caching.authenticated.responses'], diff --git a/tests/cc-freshness.mjs b/tests/cc-freshness.mjs index fa42748..c56fd42 100644 --- a/tests/cc-freshness.mjs +++ b/tests/cc-freshness.mjs @@ -9,7 +9,7 @@ export default spec_anchors: ['expiration.model', 'cache-response-directive'], tests: [ { - name: 'Does HTTP cache avoid reusing a response without explict freshness information or a validator (reuse is allowed, but not common, and many tests rely upon a cache _not_ doing it)?', + name: 'Does HTTP cache avoid reusing a response without explicit freshness information or a validator (reuse is allowed, but not common, and many tests rely upon a cache _not_ doing it)?', id: 'freshness-none', kind: 'check', spec_anchors: ['cache-response-directive.max-age'], @@ -271,7 +271,7 @@ export default }, { name: 'An optimal HTTP cache reuses a response with positive `Cache-Control: MaX-AgE`', - id: 'freshness-max-age-case-insenstive', + id: 'freshness-max-age-case-insensitive', kind: 'optimal', depends_on: ['freshness-max-age'], spec_anchors: ['cache-response-directive.max-age'], diff --git a/tests/pragma.mjs b/tests/pragma.mjs index 0ced90b..3232de1 100644 --- a/tests/pragma.mjs +++ b/tests/pragma.mjs @@ -5,7 +5,7 @@ export default { name: 'Pragma', id: 'pragma', - description: 'These tests check how caches handle the deprecated `Pragma` header in reqeusts and responses. Note that This field is deprecated - it is not required to be supported.', + description: 'These tests check how caches handle the deprecated `Pragma` header in requests and responses. Note that This field is deprecated - it is not required to be supported.', spec_anchors: ['field.pragma'], tests: [ { diff --git a/tests/status.mjs b/tests/status.mjs index 5fb6fec..cf7bd5f 100644 --- a/tests/status.mjs +++ b/tests/status.mjs @@ -12,7 +12,7 @@ function checkStatus (status) { } const is3xx = code > 299 && code < 400 tests.push({ - name: 'An optimal HTTP cache reuses a fresh `' + code + '` response with explict freshness', + name: 'An optimal HTTP cache reuses a fresh `' + code + '` response with explicit freshness', id: `status-${code}-fresh`, kind: 'optimal', depends_on: ['freshness-max-age'], diff --git a/tests/updateHead.mjs b/tests/updateHead.mjs index 9b8998c..084a0ba 100644 --- a/tests/updateHead.mjs +++ b/tests/updateHead.mjs @@ -38,7 +38,7 @@ export default ] }, { - name: 'Does HTTP cache update freshness lifetime recieved in a `200` response to a `HEAD`?', + name: 'Does HTTP cache update freshness lifetime received in a `200` response to a `HEAD`?', id: 'head-200-freshness-update', kind: 'check', depends_on: ['head-writethrough'], @@ -57,7 +57,7 @@ export default ] }, { - name: 'Does HTTP cache update stored fields recieved in a `200` response to a `HEAD`?', + name: 'Does HTTP cache update stored fields received in a `200` response to a `HEAD`?', id: 'head-200-update', kind: 'check', depends_on: ['head-200-freshness-update'], @@ -81,7 +81,7 @@ export default ] }, { - name: 'Does HTTP cache update stored fields recieved in a `410` response to a `HEAD`?', + name: 'Does HTTP cache update stored fields received in a `410` response to a `HEAD`?', id: 'head-410-update', kind: 'check', depends_on: ['head-200-freshness-update'], diff --git a/tests/vary.mjs b/tests/vary.mjs index ead194c..d3daa89 100644 --- a/tests/vary.mjs +++ b/tests/vary.mjs @@ -262,7 +262,7 @@ export default { ] }, { - name: 'An optimal HTTP cache reuses a three-way `Vary` response when both request and the original request omited a variant header', + name: 'An optimal HTTP cache reuses a three-way `Vary` response when both request and the original request omitted a variant header', id: 'vary-3-omit', depends_on: ['vary-3-match'], kind: 'optimal',