From 28db7f64e553a7061c48db9e4f6f3da2bc516a4a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 28 Jan 2025 16:00:43 +0100 Subject: [PATCH] Fix typo Change-Id: I7c89c636ec6e12f4caf83df4a065f8b63a6e7506 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180843 Reviewed-by: Julien Nabet Tested-by: Jenkins Reviewed-by: Simon Chenery --- cui/source/options/appearance.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/source/options/appearance.cxx b/cui/source/options/appearance.cxx index 999f9e0f268e..d921bbfad759 100644 --- a/cui/source/options/appearance.cxx +++ b/cui/source/options/appearance.cxx @@ -449,7 +449,7 @@ IMPL_LINK_NOARG(SvxAppearanceTabPage, ResetAllBtnHdl, weld::Button&, void) pColorConfig->Commit(); // RESET state for themes just prevents the theme colors from being used before - // they are realoaded from the StyleSettings, please read the comment above + // they are reloaded from the StyleSettings, please read the comment above // ColorConfig::SetupTheme()'s definition if (!ThemeColors::IsThemeDisabled()) {