aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.js')
-rw-r--r--lib/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.js b/lib/util.js
index 66976fd..3416b7b 100644
--- a/lib/util.js
+++ b/lib/util.js
@@ -23,7 +23,7 @@ var urlMod = require("url");
* Father.call(this,x);
* this.wife = w;
* }
- * Son.prototype = hlpr.heir(Father);
+ * Son.prototype = heir(Father);
* Son.prototype.constructor = Son;
* </pre>
*/