diff --git a/src/async_wrap.cc b/src/async_wrap.cc index 42e0171a9ca4ea..602b0e9f5d5841 100644 --- a/src/async_wrap.cc +++ b/src/async_wrap.cc @@ -702,7 +702,7 @@ AsyncWrap::AsyncWrap(Environment* env, Local object) // This method is necessary to work around one specific problem: // Before the init() hook runs, if there is one, the BaseObject() constructor -// registers this object with the Environment for finilization and debugging +// registers this object with the Environment for finalization and debugging // purposes. // If the Environment decides to inspect this object for debugging, it tries to // call virtual methods on this object that are only (meaningfully) implemented