Skip to content

Commit

Permalink
Merge pull request #14 from plumlee/correct-typo-in-JAVA_HOME-error-m…
Browse files Browse the repository at this point in the history
…essage

Typo correction.
  • Loading branch information
krampstudio committed Feb 8, 2013
2 parents cbf115c + 6fe7f5b commit 73a5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/jsdoc-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = function jsDocTask(grunt) {

//check if java is set
if(!javaHome){
grunt.log.error("JAVA_HOME is no set, but java is required by jsdoc to run.");
grunt.log.error("JAVA_HOME is not set, but java is required by jsdoc to run.");
grunt.fail.warn('Wrong installation/environnement', errorCode.generic);
} else {
grunt.log.debug("JAVA_HOME : " + javaHome);
Expand Down

0 comments on commit 73a5b63

Please sign in to comment.