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

New commits:
commit 5a505cfa269f56baaa93e3471d2dd661e628a1c2
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 27 18:59:14 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Sep 27 23:27:17 2024 +0200

    Fix typo
    
    Change-Id: I2745fe4a7ffdae1e22fb103023c5555505f49548
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174058
    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 a1b57ed7940a..a3ee8546f196 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -908,7 +908,7 @@ CairoPixelProcessor2D::CairoPixelProcessor2D(const 
geometry::ViewInformation2D&
         {
             // optional: if the possibility to add an initial clip relative
             // to the real pixel dimensions of the target surface is used,
-            // aplly it here using that nice existing method of cairo
+            // apply it here using that nice existing method of cairo
             mpCreateForRectangle = cairo_surface_create_for_rectangle(
                 pTarget, nOffsetPixelX, nOffsetPixelY, nWidthPixel, 
nHeightPixel);
 

Reply via email to