summaryrefslogtreecommitdiff
path: root/cppcanvas/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-08-28 13:52:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-08-28 14:21:12 +0200
commit802377d604025fb48da4b5efec76bb85ffbd2092 (patch)
treec95cfdf66418b231c8945f9caf81a18a47512309 /cppcanvas/source
parent8c24bc5baa1f501943bf955e07787d80cb7a5763 (diff)
Fix typo
Change-Id: Idd6b551bdfbbb613703dd948298deed0462097af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156195 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppcanvas/source')
-rw-r--r--cppcanvas/source/mtfrenderer/transparencygroupaction.cxx2
1 files changed, 1 insertions, 1 deletions
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;