From 549cb9eb369b25b3f5ff638cb47c6eccd3c414e9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 12 May 2021 10:03:50 +0200 Subject: Fix typos Change-Id: Ib14daf2abf02c7deae0090f73130eee0f5720ad3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115459 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- vcl/win/gdi/winlayout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/win') 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); -- cgit