Merge pull request #919 from stefanneuhaus/fix-typos

Fix typos
This commit is contained in:
Jeremy Long
2017-10-08 16:07:21 -04:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ public class Purge extends Task {
log(msg, Project.MSG_ERR);
}
} else {
final String msg = String.format("Unable to purge database; the database file does not exists: %s", db.getAbsolutePath());
final String msg = String.format("Unable to purge database; the database file does not exist: %s", db.getAbsolutePath());
if (this.failOnError) {
throw new BuildException(msg);
}