vcl/source/app/scheduler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 002c9884ddb9053b51c09f9882cbe1a1cec96630
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 2 19:31:50 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Mar 4 09:26:22 2025 +0100

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

diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 12ba2e938c18..fe9393292271 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -538,7 +538,7 @@ void Scheduler::CallbackTaskScheduling()
     // events until *after* all of the pending NSTimers have fired,
     // calling SalInstance::AnyInput() will almost always return true
     // due to the pending events that will be handled immediately
-    // after all of the the pending NSTimers have fired.
+    // after all of the pending NSTimers have fired.
     // The result is that the Skia flush task is frequently delayed
     // and, in cases like tdf#165277, a user's attempts to get
     // LibreOffice to paint the window through key and mouse events

Reply via email to