drawinglayer/source/processor2d/cairopixelprocessor2d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 39616be78b2e2744e08c65af217d23e1db4a1e27
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Aug 5 19:03:15 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Aug 6 09:24:53 2024 +0200

    Fix typo
    
    Change-Id: Ia32b0224be6cda50ece367b9bc30813ce62f5655
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171504
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx 
b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
index d57d159dbf14..f6869a97aa1c 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -2847,7 +2847,7 @@ void 
CairoPixelProcessor2D::renderTextSimpleOrDecoratedPortionPrimitive2D(
 
     // Get the VCL font from existing processor tooling. Do not use
     // rotation, for Cairo we can transform the whole text render and
-    // thus handle the xext in its local coordinate system untransformed
+    // thus handle the text in its local coordinate system untransformed
     vcl::Font aFont(primitive2d::getVclFontFromFontAttribute(
         rTextCandidate.getFontAttribute(), aGlobalFontScaling.getX(), 
aGlobalFontScaling.getY(),
         0.0, rTextCandidate.getLocale()));

Reply via email to