vcl/source/gdi/CommonSalLayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 100da4fadbab795bf470a2e46790d36a7c46d944
Author: Khaled Hosny <khaledho...@eglug.org>
Date:   Fri Mar 3 00:00:11 2017 +0200

    Typo
    
    Change-Id: I63c0fb6ba0884aa1bcb6c72a8a56efc41d183c0a

diff --git a/vcl/source/gdi/CommonSalLayout.cxx 
b/vcl/source/gdi/CommonSalLayout.cxx
index 70cf6fb..220b3b1 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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to