diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-09 19:01:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-10 10:56:41 +0200 |
commit | d5deff0553417edcd40731258512c1b49d167037 (patch) | |
tree | 8ac1a724006ceb2a50d5e439a49d5481fc91c541 /sal | |
parent | 1f2d523aeeafd241c71a468c970054120fb23b3d (diff) |
Fix typo
Change-Id: Ic70380a7a3d8cefca5214ea70b87e92772535c6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154232
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/cppunittester/cppunittester.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |