From 2a5f21f9cd4083f0fbfe44983cdf87058383612a Mon Sep 17 00:00:00 2001 From: marsonya Date: Mon, 8 Mar 2021 21:39:56 +0530 Subject: [PATCH] doc: fix typos in lib/internal/bootstrap/pre_execution.js PR-URL: https://github.com/nodejs/node/pull/37658 Reviewed-By: Darshan Sen Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Pooja D P --- lib/internal/bootstrap/pre_execution.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/internal/bootstrap/pre_execution.js b/lib/internal/bootstrap/pre_execution.js index 3156a12836711b..dfd7249e907ebc 100644 --- a/lib/internal/bootstrap/pre_execution.js +++ b/lib/internal/bootstrap/pre_execution.js @@ -224,9 +224,9 @@ function setupInspectorHooks() { } } -// In general deprecations are intialized wherever the APIs are implemented, +// In general deprecations are initialized wherever the APIs are implemented, // this is used to deprecate APIs implemented in C++ where the deprecation -// utitlities are not easily accessible. +// utilities are not easily accessible. function initializeDeprecations() { const { deprecate } = require('internal/util'); const pendingDeprecation = getOptionValue('--pending-deprecation');