summaryrefslogtreecommitdiff
path: root/vcl/source/window
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-09-10 12:51:15 +0200
committerJulien Nabet <serval2412@yahoo.fr>2016-09-10 11:23:33 +0000
commit1c6596af456e4cb98784a0728bcb936d3b1f9d0d (patch)
tree772d94bbbd3891f91919fbd7575dee04cc9ef964 /vcl/source/window
parent78ea29d51a23bf75f5753fae68ab8abe1072bbef (diff)
Typo: (un)kown->(un)known
Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2 Reviewed-on: https://gerrit.libreoffice.org/28801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/window')
-rw-r--r--vcl/source/window/settings.cxx2
1 files changed, 1 insertions, 1 deletions
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)