diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-10 18:58:02 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-11 05:04:40 +0000 |
commit | fba66b325c493567126b23d481d75ee00dc9c30d (patch) | |
tree | 4b8d64cc253aef14a22c5638b5f8175bc0049dcf /framework/source/dispatch/dispatchprovider.cxx | |
parent | b4fdb46a75731b22eb85671af4773e5bc9208f85 (diff) |
Fix typos
Change-Id: I19d30a1ef4236dbe0a0053dad67a5ba7b1586fc8
Reviewed-on: https://gerrit.libreoffice.org/35054
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Johnny_M <klasse@partyheld.de>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/dispatch/dispatchprovider.cxx')
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index bf7459c94ee3..509c6d79c668 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -320,7 +320,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryFrame // I.VI) "_self", "" // Our owner frame should handle this URL. But we can't do it for all of them. - // So we ask the internal setted controller first. If he disagree we try to find a registered + // So we ask the internal set controller first. If he disagree we try to find a registered // protocol handler. If this failed too - we check for a loadable content and in case of true // we load it into the frame by returning specilized dispatch object. |