Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: fix typo in test-http2-invalidheaderfield.js
Psuedo -> Pseudo
  • Loading branch information
eltociear authored Jun 13, 2021
commit c44c3938500e66d58f714b1a41a3017db487ef01
2 changes: 1 addition & 1 deletion test/parallel/test-http2-invalidheaderfield.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down