From: Luke Gallagher Date: Sat, 18 Feb 2012 05:28:13 +0000 (+1100) Subject: util: fix typo in lib/util.js X-Git-Tag: v0.7.5~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d3c46daa8a4a9a06a7753f594690edc4a8fe401;p=platform%2Fupstream%2Fnodejs.git util: fix typo in lib/util.js --- diff --git a/lib/util.js b/lib/util.js index 5750159e8..04e8b1331 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). *