svx/source/customshapes/EnhancedCustomShapeFontWork.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 84d8a1caf124a25fb081562e4db32acf19e0f301
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 22 16:15:24 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 22 21:00:37 2023 +0100

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

diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx 
b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
index 8f2896109e9e..47d2c0830e3f 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -939,7 +939,7 @@ static void FitTextOutlinesToShapeOutlines(const 
tools::PolyPolygon& aOutlines2d
                                     }
                                     // 0 <= fM1,fM2 <= 1 should be true, but 
rounding errors can
                                     // make a small mistake.
-                                    // make sure they are >0 becuase 
GetPoint() need that
+                                    // make sure they are >0 because 
GetPoint() need that
                                     if (fM1 < 0) fM1 = 0;
                                     if (fM2 < 0) fM2 = 0;
 

Reply via email to