From f7b82de9936d037b5d4828ca9888da95221cbf3d 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 23b328b14487e4..694ef44c325331 100644 --- a/lib/internal/bootstrap/pre_execution.js +++ b/lib/internal/bootstrap/pre_execution.js @@ -236,9 +236,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');