sw/qa/extras/odfimport/odfimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 44fc5e923f1c21c7422b31b3a1f4e168db5c5c71 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 3 11:58:51 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jul 4 08:46:52 2025 +0200 Fix typo Change-Id: I0d0ba77a984cb6ac2086513985bbf47f0681bf1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187305 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/qa/extras/odfimport/odfimport.cxx b/sw/qa/extras/odfimport/odfimport.cxx index 551b6f847d58..794b3bd16ed4 100644 --- a/sw/qa/extras/odfimport/odfimport.cxx +++ b/sw/qa/extras/odfimport/odfimport.cxx @@ -1663,7 +1663,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf163974) CPPUNIT_TEST_FIXTURE(Test, testTdf167329) { - // This used to fail an assertion during loafing, because some inserted frames didn't + // This used to fail an assertion during loading, because some inserted frames didn't // update their inf flags, and still reported to be not in body. createSwDoc("chained-boxes-in-min-height-cells.fodt"); // This must succeed
