summaryrefslogtreecommitdiff
path: root/framework/source/dispatch
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-15 16:11:25 +0000
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 07:39:52 +0200
commita179305c35125f2a3a5388c753fd5419150f52b3 (patch)
tree6ff0a36bc533b556bcd428976a44e58c4c9f7eab /framework/source/dispatch
parent3feaff84fafc23c26ff9c6a716709f17a6c8330b (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 'framework/source/dispatch')
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index 69213d42eb6d..1138f68e74e3 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -467,7 +467,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt
{
try
{
- // but do it only, if all context information are OK
+ // but do it only, if all context information is OK
css::uno::Sequence< css::uno::Any > lContext(1);
lContext[0] <<= xOwner;
xInit->initialize(lContext);