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

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

    Fix typo
    
    Change-Id: I15170c332c7b9943433fc7113c3b3e8c44c765cd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159826
    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 47d2c0830e3f..0bbf501835aa 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -867,7 +867,7 @@ static void FitTextOutlinesToShapeOutlines(const 
tools::PolyPolygon& aOutlines2d
                             double fCurvesDist = 
rTextArea.aBoundRect.GetHeight() / 2.0
                                                  + rTextArea.aBoundRect.Top()
                                                  - 
rParagraph.aBoundRect.Center().Y();
-                            // verical alignment adjust
+                            // vertical alignment adjust
                             fCurvesDist -= rTextArea.nHAlignMove;
 
                             for (i = 0; i < nPointCount; i++)

Reply via email to