Skip to content

Commit

Permalink
lib: fix typo in lib/internal/crypto/certificate.js
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
marsonya authored and ruyadorno committed Mar 24, 2021
1 parent c4183bb commit 3a440ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/crypto/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {
} = require('internal/crypto/util');

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

function verifySpkac(spkac, encoding) {
Expand Down

0 comments on commit 3a440ec

Please sign in to comment.