diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2025-03-12 07:05:27 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2025-03-12 12:19:17 +0100 |
commit | 3b455a7894c9a6d298c9f736455c45f9c198b267 (patch) | |
tree | e3188e9e958eb179f7aebd56d090e5134bdb28ac /vcl | |
parent | 29e66e84270285886d8ec3062e2d35e810f24704 (diff) |
Fix typo
Change-Id: I8ea21b5f00d9ae21e4c8f89472c04bb2e3b0d640
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182804
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/settings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |