From 6f941456370322b2aeb83585064532992b7bd8a7 Mon Sep 17 00:00:00 2001 From: marsonya Date: Sat, 13 Mar 2021 21:46:08 +0530 Subject: [PATCH] lib: fix typo in lib/internal/crypto/certificate.js 'referred' was spelled as 'refered' PR-URL: https://github.com/nodejs/node/pull/37741 Reviewed-By: Colin Ihrig Reviewed-By: Darshan Sen Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Pooja D P --- lib/internal/crypto/certificate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {