From 802377d604025fb48da4b5efec76bb85ffbd2092 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 28 Aug 2023 13:52:09 +0200 Subject: Fix typo Change-Id: Idd6b551bdfbbb613703dd948298deed0462097af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156195 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppcanvas') diff --git a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx index e0caeaa7cf2a..d8bf50649b30 100644 --- a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx +++ b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx @@ -222,7 +222,7 @@ namespace cppcanvas::internal // is disabled, text will still be drawn with some // antialiased pixels on HiDPI displays. So, expand the // size of the VirtualDevice slightly to capture any of - // the pixles drawn past the edges of the destination + // the pixels drawn past the edges of the destination // bounds. bool bHasTextActions = false; MetaAction* pCurrAct; -- cgit