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

New commits:
commit 9653335b8730a73c06e11c0eb7f7e59882499f5b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 19 13:07:17 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Jul 19 20:21:24 2024 +0200

    Fix typo
    
    Change-Id: Ic8196943a5b24541642a117555c2d695fb848db3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170754
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx 
b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
index bf9b582a994f..28fe0142b898 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -2498,7 +2498,7 @@ void 
CairoPixelProcessor2D::processFillGradientPrimitive2D_fallback_decompose(
 {
     if (rFillGradientPrimitive2D.hasAlphaGradient())
     {
-        // process recursively to elliminate alpha, cannot be used in 
decompose fallback
+        // process recursively to eliminate alpha, cannot be used in decompose 
fallback
         process(rFillGradientPrimitive2D);
         return;
     }

Reply via email to