mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
James M Snell
parent
de01f475d5
commit
7e99dbcf97
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user