From 1872719b8cad36dd8ea3add973ea58f638fc340c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herbert=20Voj=C4=8D=C3=ADk?= Date: Tue, 17 Aug 2010 15:38:57 +0200 Subject: [PATCH] Typo in comment. --- src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.js b/src/node.js index 3db244f..2e79278 100644 --- a/src/node.js +++ b/src/node.js @@ -60,7 +60,7 @@ process.nextTick = function (callback) { // Module System var module = (function () { var exports = {}; - // Set the environ variable NODE_MODULE_CONTEXT=1 to make node load all + // Set the environ variable NODE_MODULE_CONTEXTS=1 to make node load all // modules in thier own context. var contextLoad = false; if (parseInt(process.env["NODE_MODULE_CONTEXTS"]) > 0) contextLoad = true; -- 2.7.4