drawinglayer/source/processor2d/cairopixelprocessor2d.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6ef212e670bafdfe6f52c57e5141506aef09b4ce
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jan 23 15:54:50 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jan 23 17:16:56 2025 +0100

    Fix typo
    
    Change-Id: Ia7bf5acfdc6b30f31d29d7938c419f9e26b43ec4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180657
    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 c5bfb9b0e970..74d0b2114551 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -1423,7 +1423,7 @@ void 
CairoPixelProcessor2D::processPolygonHairlinePrimitive2D(
     else
     {
         // set linear transformation. use own, prepared, re-usable
-        // ObjectToViewTransformation and PolyPoylgon data and let
+        // ObjectToViewTransformation and PolyPolygon data and let
         // cairo do the transformations
         cairo_matrix_t aMatrix;
         const basegfx::B2DHomMatrix& rObjectToView(
@@ -1497,7 +1497,7 @@ void CairoPixelProcessor2D::paintPolyPoylgonRGBA(const 
basegfx::B2DPolyPolygon&
     else
     {
         // set linear transformation. use own, prepared, re-usable
-        // ObjectToViewTransformation and PolyPoylgon data and let
+        // ObjectToViewTransformation and PolyPolygon data and let
         // cairo do the transformations
         cairo_matrix_t aMatrix;
         const basegfx::B2DHomMatrix& rObjectToView(

Reply via email to