vcl/source/app/settings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3b455a7894c9a6d298c9f736455c45f9c198b267 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Mar 12 07:05:27 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Mar 12 12:19:17 2025 +0100 Fix typo Change-Id: I8ea21b5f00d9ae21e4c8f89472c04bb2e3b0d640 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182804 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index d0fe6cf8af5d..5459bc30263b 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -2341,7 +2341,7 @@ void MiscSettings::SetAppColorMode(int nMode) // Updating the dark mode state of everything all at once does not // solve all failures to update colors when the light/dark mode // changes, but it eliminates enough failures that the UI is now - // generally readble without restarting LibreOffice. + // generally readable without restarting LibreOffice. // Important: all of the following steps must be done. Otherwise, // changing the macOS light/dark mode preference while LibreOffice // is running will cause the color mode state change to fail.