[Libreoffice-commits] core.git: onlineupdate/README qadevOOo/tests

Andrea Gelmini andrea.gelmini at gelma.net
Wed Jun 14 11:19:10 UTC 2017


 onlineupdate/README                           |    2 +-
 qadevOOo/tests/java/ifc/util/_XMergeable.java |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ada8891af95e5caf623bafe68b1aabbf58a74375
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Jun 12 12:50:20 2017 +0200

    Fix typos
    
    Change-Id: Ia3cf2253ac750b53ccc18ea661cc95dee51a7b12
    Reviewed-on: https://gerrit.libreoffice.org/38689
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/onlineupdate/README b/onlineupdate/README
index 4009a3acb72b..c3a944fd75ea 100644
--- a/onlineupdate/README
+++ b/onlineupdate/README
@@ -13,7 +13,7 @@ The updater executable should not depend on any other dynamic library in the Lib
 
 == Update procedure ==
 
-The updater executable is run two times. In a first run, the current installation is copied to a "update" directory and the update is applied in this "update" directory. During the next run, a replacement request is executed. The replacement request removes the old installation directoy and replaces it with the content of the "update" directory.
+The updater executable is run two times. In a first run, the current installation is copied to a "update" directory and the update is applied in this "update" directory. During the next run, a replacement request is executed. The replacement request removes the old installation directory and replaces it with the content of the "update" directory.
 
 === User profile in the installation directory ===
 
diff --git a/qadevOOo/tests/java/ifc/util/_XMergeable.java b/qadevOOo/tests/java/ifc/util/_XMergeable.java
index b97df02f4ff3..011990645044 100644
--- a/qadevOOo/tests/java/ifc/util/_XMergeable.java
+++ b/qadevOOo/tests/java/ifc/util/_XMergeable.java
@@ -60,6 +60,6 @@ public class _XMergeable extends MultiMethodTest {
         oObj.merge(!isMerged);
         tRes.tested("merge()", isMerged != oObj.getIsMerged());
     }
-} // finisch class _XMergeable
+} // finish class _XMergeable
 
 


More information about the Libreoffice-commits mailing list