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

New commits:
commit 248be42718592ba9dc42bb131b1cdd45b9f66fa9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jan 5 00:00:28 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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());
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to