src: fix spelling mistake

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
pull/5010/head
Taojie 2014-05-06 20:05:32 +08:00 committed by Trevor Norris
parent 53b2e02a46
commit 0f503cf0de
1 changed files with 1 additions and 1 deletions

View 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;