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 /unotools/source/config | |
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 'unotools/source/config')
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index e4c32683931c..a3881ffc06da 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -86,7 +86,7 @@ /*-************************************************************************************************************ @descr This struct hold information about one factory. We declare a complete array which can hold infos for all well known factories. Values of enum "EFactory" (see header!) are directly used as index! - So we can support a fast access on these information. + So we can support a fast access on this information. *//*-*************************************************************************************************************/ struct FactoryInfo { |