From 100da4fadbab795bf470a2e46790d36a7c46d944 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 3 Mar 2017 00:00:11 +0200 Subject: Typo Change-Id: I63c0fb6ba0884aa1bcb6c72a8a56efc41d183c0a --- vcl/source/gdi/CommonSalLayout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/gdi') diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx index 70cf6fb6e6c9..220b3b107284 100644 --- a/vcl/source/gdi/CommonSalLayout.cxx +++ b/vcl/source/gdi/CommonSalLayout.cxx @@ -112,7 +112,7 @@ void CommonSalLayout::getScale(double* nXScale, double* nYScale) double nHeight(mrFontSelData.mnHeight); #if defined(_WIN32) // On Windows, mnWidth is relative to average char width not font height, - // and wee need to keep it that way for GDI to correctly scale the glyphs. + // and we need to keep it that way for GDI to correctly scale the glyphs. // Here we compensate for this so that HarfBuzz gives us the correct glyph // positions. double nWidth(mrFontSelData.mnWidth ? mrFontSelData.mnWidth * mnAveWidthFactor : nHeight); -- cgit