diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-29 14:28:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-29 14:54:52 +0100 |
commit | 8bf1fbd2023945cfe7e86b85470669fd378fd4a3 (patch) | |
tree | 9886dff2b8f2d1e6bf4c4ff6ff77d73df9ee788a /sw | |
parent | de267598a65d4ca1386c422b70e7798e7d68403e (diff) |
Fix typo
Change-Id: I1ca85b9f1424df5432c76d08280b9dba3e01d2dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160090
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/layout/fly.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/layout/fly.cxx b/sw/qa/core/layout/fly.cxx index c1d54119a773..47cfb40fa6e7 100644 --- a/sw/qa/core/layout/fly.cxx +++ b/sw/qa/core/layout/fly.cxx @@ -59,7 +59,7 @@ CPPUNIT_TEST_FIXTURE(Test, testSplitFlyNegativeHeight) } else if (pPage->GetPrev() && pPage->GetNext() && pPage->GetNext()->GetNext()) { - // Middle pages: have a prevous and a next fly: + // Middle pages: have a previous and a next fly: CPPUNIT_ASSERT(pPage->GetSortedObjs()); SwSortedObjs& rPageObjs = *pPage->GetSortedObjs(); CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), rPageObjs.size()); |