diff options
-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()); |