summaryrefslogtreecommitdiff
path: root/sw/qa/core
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-07-29 16:29:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-07-29 16:46:06 +0200
commitf5989d1debd7b4aefa6a8c984c729d9e308c5d7b (patch)
tree4e817c81853ce7e030bc90d1b1d730adbcf200cb /sw/qa/core
parent5230b2e475f4d967dcbe2d4c7fd71dc4ce1312de (diff)
Fix typo
Change-Id: I4b1eefee1fd77d946f2926d0a0bb5b929de5d374 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98997 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/core')
-rw-r--r--sw/qa/core/layout/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/layout/layout.cxx b/sw/qa/core/layout/layout.cxx
index 38fbf3c94e38..44a7edf5c213 100644
--- a/sw/qa/core/layout/layout.cxx
+++ b/sw/qa/core/layout/layout.cxx
@@ -148,7 +148,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreLayoutTest, testContinuousEndnotesMoveBackwards)
CPPUNIT_TEST_FIXTURE(SwCoreLayoutTest, testAnchorPositionBasedOnParagraph)
{
- // tdf#134783 check weather position of shape is good if it is achored to paragraph and
+ // tdf#134783 check whether position of shape is good if it is anchored to paragraph and
// the "Don't add space between paragraphs of the same style" option is set
load(DATA_DIRECTORY, "tdf134783_testAnchorPositionBasedOnParagraph.fodt");
xmlDocUniquePtr pXmlDoc = parseLayoutDump();