summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-11-22 16:20:36 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-11-22 21:03:10 +0100
commit8b6e497a3a9c0d3ce054d3516a2646576a5c8247 (patch)
treeef1028c5dc6f8ca1d9b242a8e5917e3b8c7a6907 /svx
parentd2cfc1cbcb70954951a7bd95a95da26233552733 (diff)
Fix typo
Change-Id: I6e6955b18078685ebbe215e496a0b459afb33f27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159833 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFontWork.cxx2
1 files changed, 1 insertions, 1 deletions
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++)
{