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

New commits:
commit c584e5f09112b15420c877b22e3c786fb1e11b3c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Aug 16 00:20:05 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Aug 16 10:38:11 2024 +0200

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

diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx 
b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
index 9e0eee6bd405..a212ac270906 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -3105,7 +3105,7 @@ void 
CairoPixelProcessor2D::renderTextSimpleOrDecoratedPortionPrimitive2D(
         basegfx::B2DHomMatrix aInvViewTransform;
 
         // discrete offsets defined here to easily allow to change them,
-        // e.g. if more 'fat' outline is wanted, it may be incerased to 1.5
+        // e.g. if more 'fat' outline is wanted, it may be increased to 1.5
         constexpr double fZero(0.0);
         constexpr double fPlus(1.0);
         constexpr double fMinus(-1.0);

Reply via email to