[Libreoffice-commits] core.git: sw/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 5 06:59:09 UTC 2019


 sw/qa/extras/uiwriter/uiwriter2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 248be42718592ba9dc42bb131b1cdd45b9f66fa9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jan 5 00:00:28 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jan 5 07:58:49 2019 +0100

    Fix typo
    
    Change-Id: I8737a10d0751133cac7d825721dfebd7ca2f2222
    Reviewed-on: https://gerrit.libreoffice.org/65881
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx
index 74a8a7593a82..2f0242a6964c 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -671,7 +671,7 @@ void SwUiWriterTest2::testUnfloating()
     // Push the unfloat button
     pFlyFrame->ActiveUnfloatButton(pWrtShell);
 
-    // After unfloating we have two pages with one tablre frame on each page
+    // After unfloating we have two pages with one table frame on each page
     CPPUNIT_ASSERT(pWrtShell->GetLayout()->GetLower()->GetNext());
     CPPUNIT_ASSERT_EQUAL(SwFrameType::Page,
                          pWrtShell->GetLayout()->GetLower()->GetNext()->GetType());


More information about the Libreoffice-commits mailing list