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

@@ -179,7 +179,7 @@ public abstract class AbstractSuppressionAnalyzer extends AbstractAnalyzer {
}
if (file != null) {
if (!file.exists()) {
final String msg = String.format("Suppression file '%s' does not exists", file.getPath());
final String msg = String.format("Suppression file '%s' does not exist", file.getPath());
LOGGER.warn(msg);
throw new SuppressionParseException(msg);
}