From 4b77bd39a40f1e9dbdd0c337159b496a7026949d Mon Sep 17 00:00:00 2001 From: Austin Moran Date: Sun, 2 Feb 2014 18:39:43 -0500 Subject: headers: fix spelling error --- src/handle_wrap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/handle_wrap.h') diff --git a/src/handle_wrap.h b/src/handle_wrap.h index 910432ab84..4f6f6e0323 100644 --- a/src/handle_wrap.h +++ b/src/handle_wrap.h @@ -36,8 +36,8 @@ namespace node { // - Do not throw from handle methods. Set errno. // // - MakeCallback may only be made directly off the event loop. -// That is there can be no JavaScript stack frames underneith it. -// (Is there anyway to assert that?) +// That is there can be no JavaScript stack frames underneath it. +// (Is there any way to assert that?) // // - No use of v8::WeakReferenceCallback. The close callback signifies that // we're done with a handle - external resources can be freed. -- cgit v1.2.3