Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
util: fix typo in lib/util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Gallagher authored and bnoordhuis committed Feb 20, 2012
1 parent 9997579 commit 8d3c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Expand Up @@ -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).
*
Expand Down

0 comments on commit 8d3c46d

Please sign in to comment.