util: fix typo in lib/util.js
authorLuke Gallagher <notfornoone@gmail.com>
Sat, 18 Feb 2012 05:28:13 +0000 (16:28 +1100)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 20 Feb 2012 12:42:27 +0000 (13:42 +0100)
lib/util.js

index 5750159e8277363cb5a59d354c373c346a307f33..04e8b1331aecb17f73223444e415c8d896e55f05 100644 (file)
@@ -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).
  *