summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--onlineupdate/README2
-rw-r--r--qadevOOo/tests/java/ifc/util/_XMergeable.java2
2 files changed, 2 insertions, 2 deletions
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