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/source/deployment/inc | |
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/source/deployment/inc')
-rw-r--r-- | desktop/source/deployment/inc/dp_update.hxx | 4 |
1 files changed, 2 insertions, 2 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). |