sal/cppunittester/cppunittester.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5deff0553417edcd40731258512c1b49d167037
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jul 9 19:01:52 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jul 10 10:56:41 2023 +0200

    Fix typo
    
    Change-Id: Ic70380a7a3d8cefca5214ea70b87e92772535c6c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154232
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sal/cppunittester/cppunittester.cxx 
b/sal/cppunittester/cppunittester.cxx
index fe723d6ab229..4a1d033e97ba 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -404,7 +404,7 @@ static bool main2()
     _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG|_CRTDBG_MODE_FILE);
     _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);
 #endif
-    // Create a desktop, to avoid popups interferring with active user session,
+    // Create a desktop, to avoid popups interfering with active user session,
     // because on Windows, we don't use svp vcl plugin for unit testing
     if (getenv("CPPUNIT_DEFAULT_DESKTOP") == nullptr)
     {

Reply via email to