odk/examples/java/Text/TextReplace.java |    2 +-
 sw/source/core/text/porlay.cxx          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6e6e5cd3b6320de24953f275281780ff25f17110
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Fri Nov 17 20:48:08 2017 +0100

    Fix typos
    
    Change-Id: Idc648e4673cca1b1dec8c1f009d52cfa290508ff
    Reviewed-on: https://gerrit.libreoffice.org/44895
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/odk/examples/java/Text/TextReplace.java 
b/odk/examples/java/Text/TextReplace.java
index 3a94178980ef..a43799ffadb9 100644
--- a/odk/examples/java/Text/TextReplace.java
+++ b/odk/examples/java/Text/TextReplace.java
@@ -119,7 +119,7 @@ public class TextReplace {
             xTextCursor.gotoEnd(false);
             xCPS.setPropertyValue( "CharColor", Integer.valueOf( 0 ) );
 
-            xText.insertString( xTextCursor, "in the alley. Like lightening he 
darted off to the left and disappeared between the two warehouses almost 
falling over the trash can lying in the ", false  );
+            xText.insertString( xTextCursor, "in the alley. Like lightning he 
darted off to the left and disappeared between the two warehouses almost 
falling over the trash can lying in the ", false  );
 
             xText.insertString( xTextCursor, "centre ", true );
             xCPS = UnoRuntime.queryInterface(
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx
index f075d2efb93d..e115bbe2d402 100644
--- a/sw/source/core/text/porlay.cxx
+++ b/sw/source/core/text/porlay.cxx
@@ -257,7 +257,7 @@ SwMarginPortion *SwLineLayout::CalcLeftMargin()
     {
         if( pPos->IsFlyPortion() )
         {
-            // The FlyPortion get's sucked out ...
+            // The FlyPortion gets sucked out...
             pLeft->Join( static_cast<SwGluePortion*>(pPos) );
             pPos = pLeft->GetPortion();
             if( GetpKanaComp() && !GetKanaComp().empty() )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to