Skip to content

Commit

Permalink
Fixed typoe in CheckstyleValidator
Browse files Browse the repository at this point in the history
`crate` vs `create`
  • Loading branch information
caarlos0 committed Jan 10, 2016
1 parent b59708b commit 0522e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private Configuration configuration(final Environment env) {
if (!parent.exists() && !parent.mkdirs()) {
throw new IllegalStateException(
String.format(
"Unable to crate directories needed for %s",
"Unable to create directories needed for %s",
cacheFile.getPath()
)
);
Expand Down

0 comments on commit 0522e6e

Please sign in to comment.