We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f6141 commit 2a5f21fCopy full SHA for 2a5f21f
lib/internal/bootstrap/pre_execution.js
@@ -224,9 +224,9 @@ function setupInspectorHooks() {
224
}
225
226
227
-// In general deprecations are intialized wherever the APIs are implemented,
+// In general deprecations are initialized wherever the APIs are implemented,
228
// this is used to deprecate APIs implemented in C++ where the deprecation
229
-// utitlities are not easily accessible.
+// utilities are not easily accessible.
230
function initializeDeprecations() {
231
const { deprecate } = require('internal/util');
232
const pendingDeprecation = getOptionValue('--pending-deprecation');
0 commit comments