diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-15 16:11:25 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 07:39:52 +0200 |
commit | a179305c35125f2a3a5388c753fd5419150f52b3 (patch) | |
tree | 6ff0a36bc533b556bcd428976a44e58c4c9f7eab /desktop | |
parent | 3feaff84fafc23c26ff9c6a716709f17a6c8330b (diff) |
Fix typos
Information is always singular
Change-Id: I55275d7c2fd76c3ec0ae4a98aa952777feb90460
Reviewed-on: https://gerrit.libreoffice.org/75645
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/inc/dp_update.hxx | 4 | ||||
-rw-r--r-- | desktop/test/deployment/update/publisher/readme.txt | 2 | ||||
-rw-r--r-- | desktop/test/deployment/update/website_update/readme.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/deployment/inc/dp_update.hxx b/desktop/source/deployment/inc/dp_update.hxx index 107857dbeb31..921f6680d255 100644 --- a/desktop/source/deployment/inc/dp_update.hxx +++ b/desktop/source/deployment/inc/dp_update.hxx @@ -103,8 +103,8 @@ typedef std::map< OUString, UpdateInfo > UpdateInfoMap; /* @param extensionList - List of extension for which online update information are to be obtained. If NULL, then - for update information are obtained for all installed extension. There may be only one extension + List of extension for which online update information is to be obtained. If NULL, then + for update information is obtained for all installed extension. There may be only one extension with a particular identifier contained in the list. If one extension is installed in several repositories, then the one with the highest version must be used, because it contains the more recent URLs for getting the update information (if at all). diff --git a/desktop/test/deployment/update/publisher/readme.txt b/desktop/test/deployment/update/publisher/readme.txt index 9bae3e067f2b..17d51dce307f 100644 --- a/desktop/test/deployment/update/publisher/readme.txt +++ b/desktop/test/deployment/update/publisher/readme.txt @@ -47,7 +47,7 @@ the update information from the repository as feed: http://updateext.services.openoffice.org/ProductUpdateService/check.Update -pub8.oxt provides <publisher> and <release-notes>. These information should be transferred +pub8.oxt provides <publisher> and <release-notes>. This information should be transferred in the update feed and not those entered in the repository. Test diff --git a/desktop/test/deployment/update/website_update/readme.txt b/desktop/test/deployment/update/website_update/readme.txt index dd54207ad981..b888bba70372 100644 --- a/desktop/test/deployment/update/website_update/readme.txt +++ b/desktop/test/deployment/update/website_update/readme.txt @@ -96,7 +96,7 @@ the update information from the repository as feed: http://updateext.services.openoffice.org/ProductUpdateService/check.Update The description.xml which will be uploaded contains URLs for release notes and publisher -names/ URLs. That is, these information are not generated from the information of the +names/ URLs. That is, this information is not generated from the information of the repository web site. Test |