summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-12 10:03:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-05-15 12:38:58 +0200
commit549cb9eb369b25b3f5ff638cb47c6eccd3c414e9 (patch)
tree95613cb023a85da00cf70e50580520578238381e /vcl/win
parent0e99a5703eaae89dafe24fc03fd177794ae0bd1b (diff)
Fix typos
Change-Id: Ib14daf2abf02c7deae0090f73130eee0f5720ad3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115459 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/gdi/winlayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index 927694f8b450..9c82ba88a279 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -281,7 +281,7 @@ void WinSalGraphics::DrawTextLayout(const GenericSalLayout& rLayout)
const HFONT hOrigFont = ::SelectFont(hDC, hLayoutFont);
- // There isnt' a way for Win32 API ExtTextOutW to render vertical-writing glyphs correctly,
+ // There isn't a way for Win32 API ExtTextOutW to render vertical-writing glyphs correctly,
// so let's use DWrite text renderer in this case.
DrawTextLayout(rLayout, hDC, rLayout.GetFont().GetFontSelectPattern().mbVertical);