We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ad8e4 commit 659fc5dCopy full SHA for 659fc5d
lib/internal/bootstrap/pre_execution.js
@@ -236,9 +236,9 @@ function setupInspectorHooks() {
236
}
237
238
239
-// In general deprecations are intialized wherever the APIs are implemented,
+// In general deprecations are initialized wherever the APIs are implemented,
240
// this is used to deprecate APIs implemented in C++ where the deprecation
241
-// utitlities are not easily accessible.
+// utilities are not easily accessible.
242
function initializeDeprecations() {
243
const { deprecate } = require('internal/util');
244
const pendingDeprecation = getOptionValue('--pending-deprecation');
0 commit comments