From 7ab68182107cab333c349f12d4eae7192fcbcdc4 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 26 Jun 2017 17:45:15 -0700 Subject: [PATCH] env: fix environment. --- lib/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/env.js b/lib/env.js index 60996c66..9be55ba6 100644 --- a/lib/env.js +++ b/lib/env.js @@ -302,7 +302,7 @@ Environment.prototype.cache = function cache() { * Cache all necessary modules. */ -Evironment.prototype.require = function _require(name, path) { +Environment.prototype.require = function _require(name, path) { var cache; this.__defineGetter__(name, function() { if (!cache)