summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-03-03 00:00:11 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-03-03 00:00:11 +0200
commit100da4fadbab795bf470a2e46790d36a7c46d944 (patch)
treeffa33efd8f7183dd6cbe2fdc6beac7cdcf6a97ac /vcl/source/gdi
parent9e74b1b3be096ae6fb937cbf1f382e96a33d8b1e (diff)
Typo
Change-Id: I63c0fb6ba0884aa1bcb6c72a8a56efc41d183c0a
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/CommonSalLayout.cxx2
1 files changed, 1 insertions, 1 deletions
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);