summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-11-22 16:15:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-11-22 21:04:07 +0100
commitbe262b04ff0e7b85c508975914d77086878155ef (patch)
treec65ff30e50e83a6144f25ae5dd437b7ef317c2e4 /svx
parentc8403d2b83f30a977f1a0eaabeddeeb2d7ac7059 (diff)
Fix typo
Change-Id: I786d7873f1aa4921bae81cbbecca01959db3866b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159824 Tested-by: Jenkins 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 4332329994cc..2d86e99073c2 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -894,7 +894,7 @@ static void FitTextOutlinesToShapeOutlines(const tools::PolyPolygon& aOutlines2d
}
// if the current outline is longer then the text to fit in,
- // then we have to divide the bonus space betweeen the
+ // then we have to divide the bonus space between the
// before-/after- text area.
// fAdjust means how much space we put before the text.
if (fCurWidth > rParagraph.aBoundRect.GetWidth())