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>
This commit is contained in:
Ikko Ashimine
2021-06-13 15:31:29 +09:00
committed by James M Snell
parent de01f475d5
commit 7e99dbcf97

View File

@@ -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');