From 1c6596af456e4cb98784a0728bcb936d3b1f9d0d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 10 Sep 2016 12:51:15 +0200 Subject: Typo: (un)kown->(un)known Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2 Reviewed-on: https://gerrit.libreoffice.org/28801 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/source/window/settings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/window') diff --git a/vcl/source/window/settings.cxx b/vcl/source/window/settings.cxx index 8a119ed8a4fa..6513083ce9bd 100644 --- a/vcl/source/window/settings.cxx +++ b/vcl/source/window/settings.cxx @@ -166,7 +166,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, bool bCallHdl ) defFontheight = maxFontheight; // if the UI is korean, chinese or another locale - // where the system font size is kown to be often too small to + // where the system font size is known to be often too small to // generate readable fonts enforce a minimum font size of 9 points bool bBrokenLangFontHeight = MsLangId::isCJK(Application::GetSettings().GetUILanguageTag().getLanguageType()); if (bBrokenLangFontHeight) -- cgit