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

New commits:
commit e574e99e889ea6697099028190e1aa4a08f01e95
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Dec 20 12:05:46 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Dec 20 14:15:03 2024 +0100

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

diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx 
b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
index 588afe4b158f..80d5e73e0416 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -1259,7 +1259,7 @@ void CairoPixelProcessor2D::paintBitmapAlpha(const 
BitmapEx& rBitmapEx,
     // against COL_BLACK what might give strange gray lines at borders
     // of white-on-white bitmaps (used e.g. when painting controls).
     // NOTE: CAIRO_EXTEND_REPEAT also works with clipping and might be
-    // broader supported by CVairo implementations
+    // broader supported by Cairo implementations
     cairo_pattern_set_extend(sourcepattern, CAIRO_EXTEND_PAD);
 
     cairo_pattern_set_matrix(sourcepattern, &aMatrix);

Reply via email to