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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 3 20:07:52 UTC 2021


 sw/qa/extras/tiledrendering/tiledrendering.cxx |    2 +-
 sw/source/uibase/utlui/content.cxx             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6d49b24a32ae4e9bb9ffe0abb73ab0bee6891ab7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 1 17:56:37 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 3 21:07:09 2021 +0100

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

diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 7157b7487539..d7d60e5dec69 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -3014,7 +3014,7 @@ void SwTiledRenderingTest::testBulletMultiDeleteInvalidation()
     pWrtShell->StartAllAction();
     pWrtShell->BulletOn();
     pWrtShell->EndAllAction();
-    // There is alredy an initial text node, so type 5 times, but split 4 times.
+    // There is already an initial text node, so type 5 times, but split 4 times.
     for (int i = 0; i < 4; ++i)
     {
         pWrtShell->Insert2("a");
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index abcc3508fd0d..0de0d6a3c03f 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -102,7 +102,7 @@ namespace {
 
 /*
     Symbolic name representations of numeric values used for the Outline Content Visibility popup
-    menu item ids. The numbers are choosen arbitrarily to not over overlap other menu item ids.
+    menu item ids. The numbers are chosen arbitrarily to not over overlap other menu item ids.
     see: SwContentTree::ExecuteContextMenuAction, navigatorcontextmenu.ui
 
     1512 toggle outline content visibility of the selected outline entry


More information about the Libreoffice-commits mailing list