summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-01-28 13:20:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-01-28 14:54:31 +0000
commit713faaa6519b7f6099eb97cfa458215c379192e7 (patch)
tree41877505c701bc574ad2418e2a5caf7edcc514e6 /vcl
parentc527721a031fdbb16e2978dd6c5c41dd2d70f9d6 (diff)
Fix typo
Change-Id: I45f5252291875b8e3dbf8f39f304e3a3f77a9f56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146289 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/workben/minvcl.cxx2
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;
}