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

@@ -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);
}