Skip to content

Commit 3a440ec

Browse files
marsonyaruyadorno
authored andcommitted
lib: fix typo in lib/internal/crypto/certificate.js
'referred' was spelled as 'refered' PR-URL: #37741 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Pooja D P <[email protected]>
1 parent c4183bb commit 3a440ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/crypto/certificate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const {
1111
} = require('internal/crypto/util');
1212

1313
// The functions contained in this file cover the SPKAC format
14-
// (also refered to as Netscape SPKI). A general description of
14+
// (also referred to as Netscape SPKI). A general description of
1515
// the format can be found at https://en.wikipedia.org/wiki/SPKAC
1616

1717
function verifySpkac(spkac, encoding) {

0 commit comments

Comments
 (0)