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.gelm...@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 <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@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...
     '''
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to