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 <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
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

Lines changed: 1 addition & 1 deletion
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)