sw/qa/core/doc/doc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 52080d3f2905b89b24fc2bb28fb129e1421cb62a Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 5 16:51:52 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Feb 6 08:43:11 2026 +0100 Fix typo Change-Id: I007e1a0b10f4610d3cb987fb00c363f6dad026ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198765 Reviewed-by: Simon Chenery <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/qa/core/doc/doc.cxx b/sw/qa/core/doc/doc.cxx index 9ce5fa6ffa07..eca5889054f0 100644 --- a/sw/qa/core/doc/doc.cxx +++ b/sw/qa/core/doc/doc.cxx @@ -1113,7 +1113,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreDocTest, testTableAutoFormats) createSwDoc(); SwDoc* pDoc = getSwDoc(); - // Check table styles size, by defualt we have 11 styles + // Check table styles size, by default we have 11 styles CPPUNIT_ASSERT_EQUAL(size_t(11), pDoc->GetTableStyles().size()); // Create new style
