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

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

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

diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx 
b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
index 733483e4a75e..8a2984cbdd10 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -903,7 +903,7 @@ static void FitTextOutlinesToShapeOutlines(const 
tools::PolyPolygon& aOutlines2d
                                     = nAdjust * (fCurWidth - 
rParagraph.aBoundRect.GetWidth()) / 2;
                             }
                             else
-                                fAdjust = -1;   // we neet tho shrink the text 
to fit the curve
+                                fAdjust = -1;   // we need to shrink the text 
to fit the curve
 
                             for ( auto& rCharacter : rParagraph.vCharacters )
                             {

Reply via email to