diff --git a/tools/jslint/jslint.js b/tools/jslint/jslint.js index 48fe1bf9f6..2d98b22f18 100644 --- a/tools/jslint/jslint.js +++ b/tools/jslint/jslint.js @@ -609,7 +609,7 @@ var JSLINT = (function () { use_param: "Use a named parameter.", used_before_a: "'{a}' was used before it was defined. (If you " + "have added a new module, you need to add it to the whitelist " + - "in tools/jslist/check-all.js; if it's a new global you should " + + "in tools/jslint/check-all.js; if it's a new global you should " + "change it to be an export of the appropriate module)", var_a_not: "Variable {a} was not declared correctly.", weird_assignment: "Weird assignment.", @@ -6457,4 +6457,4 @@ klass: do { }()); -exports.JSLINT = JSLINT; \ No newline at end of file +exports.JSLINT = JSLINT;