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

New commits:
commit 333484e34418a3e33633d231d3e3386d79911486
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jan 23 15:50:47 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jan 23 17:17:59 2025 +0100

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

diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx 
b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
index 267bf3bd29ab..0ae656b6edce 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -890,7 +890,7 @@ bool checkCoordinateLimitWorkaroundNeededForUsedCairo()
     const basegfx::B2DPoint aOffset(4, 4);
     const basegfx::B2DRange aObject(aCenter - aOffset, aCenter + aOffset);
 
-    // create transformation to render that to an aerea with
+    // create transformation to render that to an area with
     // range(0, 0, 8, 8) and set as transformation
     const basegfx::B2DHomMatrix 
aObjectToView(basegfx::utils::createSourceRangeTargetRangeTransform(
         aObject, basegfx::B2DRange(0, 0, 8, 8)));

Reply via email to