src: fix spelling mistake
authorTaojie <taojie.hjp@taobao.com>
Tue, 6 May 2014 12:05:32 +0000 (20:05 +0800)
committerTrevor Norris <trev.norris@gmail.com>
Mon, 12 May 2014 21:06:14 +0000 (14:06 -0700)
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
lib/timers.js

index 183044a..3039b49 100644 (file)
@@ -461,7 +461,7 @@ exports.clearImmediate = function(immediate) {
 };
 
 
-// Internal APIs that need timeouts should use timers._unrefActive isntead of
+// Internal APIs that need timeouts should use timers._unrefActive instead of
 // timers.active as internal timeouts shouldn't hold the loop open
 
 var unrefList, unrefTimer;