svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d2cfc1cbcb70954951a7bd95a95da26233552733 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 22 16:15:08 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 22 21:02:50 2023 +0100 Fix typo Change-Id: I034c3b76a8f35700d528b06d7816c0062fe16b86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159822 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 8a2984cbdd10..ff6903d1f181 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -930,7 +930,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d // if fAdjust<0, then it means, the text was longer, as // the current outline, so we will skip the text scaling, and - // the text horizontal alignment ajustment + // the text horizontal alignment adjustment // so the text will be rendered just as long as the cureve is. if (fAdjust >= 0) {