spelling fixes

This commit is contained in:
klemens
2017-11-07 21:45:36 +01:00
parent 8ab6b77b56
commit 4776a542a7
6 changed files with 9 additions and 9 deletions

View File

@@ -937,7 +937,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
if (this.isFailOnError()) {
throw new MojoExecutionException("One or more exceptions occurred during dependency-check analysis", exCol);
} else {
getLog().debug("Error writting the report", ex);
getLog().debug("Error writing the report", ex);
}
}
showSummary(this.getProject(), engine.getDependencies());