summaryrefslogtreecommitdiff
path: root/vcl/win/source/gdi/winlayout.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:13:35 +0200
committerJoren De Cuyper <jorendc@libreoffice.org>2015-09-29 22:16:00 +0000
commit3406ae78a5bcd02551ce518ca1affba021dbab04 (patch)
tree4dc22c8f4b2bc78a46d63f1100ccd92a83e2ab85 /vcl/win/source/gdi/winlayout.cxx
parent79797f8e594650ca422a4236d033205f654c035c (diff)
Fix typos
Change-Id: I4525b43fa823d743b86bf4136c56af35274085e6 Reviewed-on: https://gerrit.libreoffice.org/18995 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'vcl/win/source/gdi/winlayout.cxx')
-rw-r--r--vcl/win/source/gdi/winlayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx
index ac9ec6f68c09..66c9dd68b7e2 100644
--- a/vcl/win/source/gdi/winlayout.cxx
+++ b/vcl/win/source/gdi/winlayout.cxx
@@ -310,7 +310,7 @@ bool ImplWinFontEntry::AddChunkOfGlyphs(int nGlyphIndex, const WinLayout& rLayou
// Try hard to avoid overlap as we want to be able to use
// individual rectangles for each glyph. The ABC widths don't
- // take anti-alising into consideration. Let's hope that leaving
+ // take anti-aliasing into consideration. Let's hope that leaving
// "extra" space inbetween glyphs will help.
std::vector<int> aDX(nCount);
int totWidth = 0;