Skip to content

Commit

Permalink
test: fix typo in test-http2-invalidheaderfield.js
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
eltociear authored and jasnell committed Jun 14, 2021
1 parent de01f47 commit 7e99dbc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7e99dbc

Please sign in to comment.