diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/minvcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/minvcl.cxx b/vcl/workben/minvcl.cxx index 465573918cfd..aafef4a9864e 100644 --- a/vcl/workben/minvcl.cxx +++ b/vcl/workben/minvcl.cxx @@ -66,7 +66,7 @@ SAL_IMPLEMENT_MAIN() } catch (...) { - std::cout << "Exception has occured\n"; + std::cout << "Exception has occurred\n"; return 1; } |