Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-06-13 09:31:29 +0300
committerJames M Snell <jasnell@gmail.com>2021-06-14 18:27:01 +0300
commit7e99dbcf975f309930ba56d5c19248b918fa55ba (patch)
tree5da7baec958725dcc1229bed891db802d2080f12 /test
parentde01f475d53fc7fe9b22deb0a5b045772f087336 (diff)
test: fix typo in test-http2-invalidheaderfield.js
Psuedo -> Pseudo PR-URL: https://github.com/nodejs/node/pull/39021 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-http2-invalidheaderfield.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-invalidheaderfield.js b/test/parallel/test-http2-invalidheaderfield.js
index 0544113f0bd..bc18f2ba426 100644
--- a/test/parallel/test-http2-invalidheaderfield.js
+++ b/test/parallel/test-http2-invalidheaderfield.js
@@ -4,7 +4,7 @@ if (!common.hasCrypto) { common.skip('missing crypto'); }
// Check for:
// Spaced headers
-// Psuedo headers
+// Pseudo headers
// Capitalized headers
const http2 = require('http2');