diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-12 12:50:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-14 13:18:43 +0200 |
commit | ada8891af95e5caf623bafe68b1aabbf58a74375 (patch) | |
tree | dafb9528ca3117fe5bd1325fa4c8edd260df00ae /onlineupdate | |
parent | 778a396adef3e62a87f6e9beec0964323ad57f44 (diff) |
Fix typos
Change-Id: Ia3cf2253ac750b53ccc18ea661cc95dee51a7b12
Reviewed-on: https://gerrit.libreoffice.org/38689
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/README | 2 |
1 files changed, 1 insertions, 1 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 === |