From 8d3c46daa8a4a9a06a7753f594690edc4a8fe401 Mon Sep 17 00:00:00 2001 From: Luke Gallagher Date: Sat, 18 Feb 2012 16:28:13 +1100 Subject: [PATCH] util: fix typo in lib/util.js --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index 5750159e82..04e8b1331a 100644 --- a/lib/util.js +++ b/lib/util.js @@ -487,7 +487,7 @@ exports.pump = function(readStream, writeStream, callback) { * * The Function.prototype.inherits from lang.js rewritten as a standalone * function (not on Function.prototype). NOTE: If this file is to be loaded - * during bootstrapping this function needs to be revritten using some native + * during bootstrapping this function needs to be rewritten using some native * functions as prototype setup using normal JavaScript does not work as * expected during bootstrapping (see mirror.js in r114903). *