summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-29 10:19:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-29 10:39:36 +0200
commit66889d5219cec22bd0e654e5a812e90cdd04e59d (patch)
treeed4925e27a7f8eb3c4a7b2d55c576cc4af180fb5 /svx
parent1902f1e4c787293559378f3d8cb9c10c369f8ae4 (diff)
Fix typo
Change-Id: I3a322ce0d16daa179dd674b975327180f8b10561 Reviewed-on: https://gerrit.libreoffice.org/79809 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/qa/unit/customshapes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/qa/unit/customshapes.cxx b/svx/qa/unit/customshapes.cxx
index 5f5983776e15..ed26337380bf 100644
--- a/svx/qa/unit/customshapes.cxx
+++ b/svx/qa/unit/customshapes.cxx
@@ -465,7 +465,7 @@ CPPUNIT_TEST_FIXTURE(CustomshapesTest, testTdf127785_Mirror)
{
// The document contains two shapes, one with horizontal flip, the other with vertical
// flip. They are diamonds, so their text frame is symmetric to the center of the shape.
- // The shapes have not stroke and no fill, so that the bounding box sourrounds the text
+ // The shapes have not stroke and no fill, so that the bounding box surrounds the text
// and therefore equals approximately the text frame.
// Error was, that because of wrong calculation, the flipped shapes do not use the
// text frame but the frame rectangle for their text.