diff --git a/src/jurand.cpp b/src/jurand.cpp index b1e986f..fc9d93a 100644 --- a/src/jurand.cpp +++ b/src/jurand.cpp @@ -161,7 +161,7 @@ Usage: jurand [optional flags] ... [file path]... if (auto& errors_unlocked = errors.lock().get(); not errors_unlocked.empty()) { exit_code = 2; - std::cout << "jurand: exceptions occured during the process:\n"; + std::cout << "jurand: exceptions occurred during the process:\n"; for (const auto& error : errors_unlocked) {