cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 802377d604025fb48da4b5efec76bb85ffbd2092 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Aug 28 13:52:09 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Aug 28 14:21:12 2023 +0200 Fix typo Change-Id: Idd6b551bdfbbb613703dd948298deed0462097af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156195 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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;
