This commit is contained in:
Thomas Krijnen
2019-06-04 16:34:57 +02:00
parent 532f129458
commit ef9b9e743f
+1 -1
View File
@@ -855,7 +855,7 @@ int main(int argc, char** argv) {
}
if (validate && Logger::MaxSeverity() >= Logger::LOG_ERROR) {
Logger::Error("Errors encountered during proccessing.");
Logger::Error("Errors encountered during processing.");
successful = false;
}