From 23af031b09dffe37222517d69f5337db26fdb307 Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Sat, 18 Feb 2012 12:37:04 +0800 Subject: Fix typos in comments --- vcl/source/window/window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/window/window.cxx') diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 662701b88c9f..0dfe4de63a44 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -236,7 +236,7 @@ void Window::ImplInitAppFontData( Window* pWindow ) // platforms if( pSVData->maNWFData.mbNoFocusRects ) { - // try to find out wether there is a large correction + // try to find out whether there is a large correction // of control sizes, if yes, make app font scalings larger // so dialog positioning is not completely off ImplControlValue aControlValue; -- cgit