sw/qa/core/layout/flycnt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f58329fa4db17df21cacc35b2f14acf21cc39e2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri May 5 19:34:33 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri May 5 23:34:17 2023 +0200 Fix typo Change-Id: I3a482c273498da94d5f3d8928cfd31fa63f9f6b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151438 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/core/layout/flycnt.cxx b/sw/qa/core/layout/flycnt.cxx index 445b8ff8f84d..6f580c40a8c5 100644 --- a/sw/qa/core/layout/flycnt.cxx +++ b/sw/qa/core/layout/flycnt.cxx @@ -301,7 +301,7 @@ CPPUNIT_TEST_FIXTURE(Test, testSplitFlyEnable) CPPUNIT_TEST_FIXTURE(Test, testSplitFlyDisable) { - // Given a document with a floating talbe, table split on 2 pages: + // Given a document with a floating table, table split on 2 pages: Create1x2SplitFly(); SwDoc* pDoc = getSwDoc(); SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout();