Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstimmerman committed Feb 21, 2011
1 parent 8b0e66b commit 06ec07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solder/compressor/closure.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Closure(type, options) {
this.args = options.args; this.args = options.args;


if (this.type !== 'js') { if (this.type !== 'js') {
throw new Error('Closure Compiler only supports JavaScrtipt'); throw new Error('Closure Compiler only supports JavaScript');
} }


if (!options.jar) { if (!options.jar) {
Expand Down

0 comments on commit 06ec07f

Please sign in to comment.