From a179305c35125f2a3a5388c753fd5419150f52b3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jul 2019 16:11:25 +0000 Subject: Fix typos Information is always singular Change-Id: I55275d7c2fd76c3ec0ae4a98aa952777feb90460 Reviewed-on: https://gerrit.libreoffice.org/75645 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- desktop/source/deployment/inc/dp_update.hxx | 4 ++-- desktop/test/deployment/update/publisher/readme.txt | 2 +- desktop/test/deployment/update/website_update/readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop') 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 and . These information should be transferred +pub8.oxt provides and . 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 -- cgit