vcl/workben/minvcl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 713faaa6519b7f6099eb97cfa458215c379192e7
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sat Jan 28 13:20:49 2023 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Jan 28 14:54:31 2023 +0000

    Fix typo
    
    Change-Id: I45f5252291875b8e3dbf8f39f304e3a3f77a9f56
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146289
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

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;
     }
 

Reply via email to