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

New commits:
commit 8b6e497a3a9c0d3ce054d3516a2646576a5c8247
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 22 16:20:36 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 22 21:03:10 2023 +0100

    Fix typo
    
    Change-Id: I6e6955b18078685ebbe215e496a0b459afb33f27
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159833
    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 ff6903d1f181..a51e93588582 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -828,7 +828,7 @@ static void FitTextOutlinesToShapeOutlines(const 
tools::PolyPolygon& aOutlines2d
                         vCurOutline.reserve(nPointCount);
                         vNorm.reserve(nPointCount);
 
-                        // Calculate Normal vectors, and allocate curve datas
+                        // Calculate Normal vectors, and allocate curve data
                         sal_uInt16 i;
                         for (i = 0; i < nPointCount; i++)
                         {

Reply via email to