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

New commits:
commit b97e1d6c119bd58966df5d87d853f62bc06b7b87
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jul 17 08:00:10 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Thu Jul 18 10:01:54 2024 +0200

    Fix typo
    
    Change-Id: I391cdffe679f664af8cdb0fa3ce0b987232e422c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170597
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
    Tested-by: Jenkins

diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx 
b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
index 5761d8f4bdb1..034e59dceea4 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -2564,7 +2564,7 @@ void 
CairoPixelProcessor2D::processFillGradientPrimitive2D(
         return;
     }
 
-    // for dfirect RGBA gradient render support: assert when the definition
+    // for direct RGBA gradient render support: assert when the definition
     // is not allowed, it HAS to fulfil the requested preconditions. Note that
     // the form to call this function using nullptr != pFillGradientAlpha is
     // only allowed locally in CairoPixelProcessor2D::processMaskPrimitive2D

Reply via email to