diff --git a/lib/internal/crypto/certificate.js b/lib/internal/crypto/certificate.js index 000122f345b4fe..825153a4ac325a 100644 --- a/lib/internal/crypto/certificate.js +++ b/lib/internal/crypto/certificate.js @@ -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) {