Fix typos

This commit is contained in:
Stefan Neuhaus
2016-10-08 19:40:04 +02:00
parent 128a600f18
commit d9c4480627
7 changed files with 16 additions and 16 deletions

View File

@@ -177,7 +177,7 @@ public class App {
} catch (ExceptionCollection ex) {
if (ex.isFatal()) {
exitCode = -13;
LOGGER.error("One or more fatal errors occured");
LOGGER.error("One or more fatal errors occurred");
} else {
exitCode = -14;
}