Skip to content

Commit d50df5d

Browse files
Ikko Ashiminedanielleadams
authored andcommitted
test: fix typo in test-http2-invalidheaderfield.js
Psuedo -> Pseudo PR-URL: #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>
1 parent a1d0aef commit d50df5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http2-invalidheaderfield.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (!common.hasCrypto) { common.skip('missing crypto'); }
44

55
// Check for:
66
// Spaced headers
7-
// Psuedo headers
7+
// Pseudo headers
88
// Capitalized headers
99

1010
const http2 = require('http2');

0 commit comments

Comments
 (0)