mirror of https://github.com/nodejs/node.git
src: fix spelling mistake
Signed-off-by: Trevor Norris <trev.norris@gmail.com>pull/5010/head
parent
53b2e02a46
commit
0f503cf0de
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue