spelling correction

This commit is contained in:
Jeremy Long
2015-12-18 06:28:11 -05:00
parent 3a84dc3962
commit 3a7f95b9b1
5 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
getLog().debug(String.format("Dependency count post-bundler: %s", engine.getDependencies().size()));
}
} catch (AnalysisException ex) {
getLog().warn("An error occured grouping the dependencies; duplicate entries may exist in the report", ex);
getLog().warn("An error occurred grouping the dependencies; duplicate entries may exist in the report", ex);
getLog().debug("Bundling Exception", ex);
}