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

@@ -85,7 +85,7 @@ public class PurgeMojo extends BaseDependencyCheckMojo {
getLog().error(msg);
}
} 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.isFailOnError()) {
throw new MojoFailureException(msg);
}