sw/qa/core/layout/fly.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8bf1fbd2023945cfe7e86b85470669fd378fd4a3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 29 14:28:10 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 29 14:54:52 2023 +0100

    Fix typo
    
    Change-Id: I1ca85b9f1424df5432c76d08280b9dba3e01d2dc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160090
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to