From: Taojie Date: Tue, 6 May 2014 12:05:32 +0000 (+0800) Subject: src: fix spelling mistake X-Git-Tag: upstream/0.12.0~216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f503cf0de8d43d1f4218dea25534a1cfac88266;p=platform%2Fupstream%2Fnodejs.git src: fix spelling mistake Signed-off-by: Trevor Norris --- 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;