Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrejo committed Feb 7, 2011
1 parent 086fdb7 commit da3d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linter/javascriptlint.js
Expand Up @@ -66,7 +66,7 @@ module.exports = function(file, options, callback) {
// (23): lint warning: missing default case in ... // (23): lint warning: missing default case in ...
var msg = str.substring(str.indexOf(':') + 2, str.length); var msg = str.substring(str.indexOf(':') + 2, str.length);
errors.push({ errors.push({
linter: 'javasriptlint', linter: 'javascriptlint',
file: file, file: file,
message: msg || 'no message found', message: msg || 'no message found',
line: line || 'no line found' line: line || 'no line found'
Expand Down

0 comments on commit da3d8eb

Please sign in to comment.