summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-19 21:55:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-20 10:39:40 +0100
commitca9897cf772ab09874f8d1e4881a0c79aa94748a (patch)
tree6af08d3ecf0b68561c914e8023412d5da27bc5b4 /framework/source
parent18c40a087f7846a2fc16e7dc6d8bb325d28e99b0 (diff)
Fix typos
Change-Id: I28d73221ea83d89f73460f591723c6f80594ff15 Reviewed-on: https://gerrit.libreoffice.org/46822 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source')
-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 d0ccf5082b24..0d5d76f09bb8 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -321,7 +321,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryFrame
// Our owner frame should handle this URL. But we can't do it for all of them.
// 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.
+ // we load it into the frame by returning specialized dispatch object.
else if (
(sTargetFrameName==SPECIALTARGET_SELF) ||