[Libreoffice-commits] core.git: starmath/source sw/source wizards/com

Andrea Gelmini andrea.gelmini at gelma.net
Mon Feb 12 14:37:45 UTC 2018


 starmath/source/mathtype.cxx                         |    2 +-
 sw/source/filter/ww8/ww8par2.cxx                     |    2 +-
 wizards/com/sun/star/wizards/agenda/TopicsControl.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fe47e5fdd3500ff371eed9092f96be7bdde5a18d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Feb 9 13:25:16 2018 +0100

    Fix typos
    
    Change-Id: I9ecf648960ddd131aa3d961bf86c2f1d3389355f
    Reviewed-on: https://gerrit.libreoffice.org/49584
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index 402a75f0a613..dbae6cb3c9bc 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -2892,7 +2892,7 @@ bool MathType::HandleChar(sal_Int32 &rTextStart, int &rSetSize, int nLevel,
     if (xfEMBELL(nTag))
     {
         //A bit tricky, the character emblishments for
-        //mathtype can all be listed after eachother, in
+        //mathtype can all be listed after each other, in
         //starmath some must go before the character and some
         //must go after. In addition some of the emblishments
         //may repeated and in starmath some of these groups
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index d299331c85df..93f1190a6093 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -644,7 +644,7 @@ ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, bool bTableRowEnd,
     //data is the same as the current one
     if (bNowApo && InEqualApo(nCellLevel))
     {
-        // two bordering eachother
+        // two bordering each other
         if (!TestSameApo(aRet, pTabPos))
             aRet.mbStopApo = aRet.mbStartApo = true;
     }
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index cc42aa95552a..e345ddcd11b0 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -560,7 +560,7 @@ class TopicsControl(ControlScroller):
         self.focus(self.getControl(lowerRow, control))
 
     '''
-    changes the values of the given rows with eachother
+    changes the values of the given rows with each other
     @param row1 one can figure out what this parameter is...
     @param row2 one can figure out what this parameter is...
     '''


More information about the Libreoffice-commits mailing list