From 0f503cf0de8d43d1f4218dea25534a1cfac88266 Mon Sep 17 00:00:00 2001 From: Taojie Date: Tue, 6 May 2014 20:05:32 +0800 Subject: [PATCH] src: fix spelling mistake Signed-off-by: Trevor Norris --- lib/timers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timers.js b/lib/timers.js index 183044a..3039b49 100644 --- a/lib/timers.js +++ b/lib/timers.js @@ -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; -- 2.7.4