diff --git a/src/async_wrap.cc b/src/async_wrap.cc index 42837e09818ec2..6722aa084b91b9 100644 --- a/src/async_wrap.cc +++ b/src/async_wrap.cc @@ -606,7 +606,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