vcl/source/app/scheduler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7c806a668530f25730717a12e6f97972f69d9c09 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Mar 2 19:31:09 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Mar 4 09:27:14 2025 +0100 Fix typo Change-Id: I9edf7cb827c2c62a94fc4e8e396a0885d2c955d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182403 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx index fe9393292271..5a0104ffc140 100644 --- a/vcl/source/app/scheduler.cxx +++ b/vcl/source/app/scheduler.cxx @@ -552,7 +552,7 @@ void Scheduler::CallbackTaskScheduling() // on macOS is now much smoother. Even with Skia disabled (which // does not paint using a task but does use tasks to handle live // resizing), the content resizes much more quickly when a user - // repidly changes window's size. + // rapidly changes window's size. if (bIsLowerPriorityIdle && pMostUrgent->mePriority <= TaskPriority::POST_PAINT) bIsLowerPriorityIdle = false; #endif