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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 18 18:03:22 UTC 2020


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

New commits:
commit 041c811b563f0839181e5339a5b417efd3574ad2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Nov 17 23:56:09 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 18 19:02:32 2020 +0100

    Fix typo
    
    Change-Id: I0331154fa1a56d13cb6200856814393d4d444e5a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106035
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 841b03493bf6..de5892c4b7bf 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -1885,7 +1885,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, AtPageTextBoxCrash)
 
     // The page anchored objects must not have content anchor
     // unless this will lead to crash later, for example on
-    // removing the paragraph where it is achored to...
+    // removing the paragraph where it is anchored to...
     CPPUNIT_ASSERT_EQUAL(RndStdIds::FLY_AT_PAGE, pTxBxFrm->GetAnchor().GetAnchorId());
     CPPUNIT_ASSERT(!pTxBxFrm->GetAnchor().GetContentAnchor());
 


More information about the Libreoffice-commits mailing list