diff --git a/lib/internal/trace_events_async_hooks.js b/lib/internal/trace_events_async_hooks.js index 6d996b083fb49b..704da98e14412b 100644 --- a/lib/internal/trace_events_async_hooks.js +++ b/lib/internal/trace_events_async_hooks.js @@ -4,7 +4,7 @@ const trace_events = process.binding('trace_events'); const async_wrap = process.binding('async_wrap'); const async_hooks = require('async_hooks'); -// Use small letters such that chrome://traceing groups by the name. +// Use small letters such that chrome://tracing groups by the name. // The behavior is not only useful but the same as the events emitted using // the specific C++ macros. const BEFORE_EVENT = 'b'.charCodeAt(0);