Fix typos

This commit is contained in:
Stefan Neuhaus
2017-10-08 14:50:21 +02:00
parent 51d7618661
commit 143c8d151f
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);
}