summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-07-23 22:23:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-07-23 22:23:52 +0200
commitd5fb4b731938c22fcf9c5e3280da8f722b5492e4 (patch)
tree024f78c0b858c2ce30e895a776ad670d699f9f14 /framework
parent887c088f20fe36b9b15484d0a5ec9416ba6cd310 (diff)
Typos
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx2
-rw-r--r--framework/source/dispatch/servicehandler.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index 44946c5e5d7a..a164fc494f35 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -67,7 +67,7 @@ MailToDispatcher::~MailToDispatcher()
/**
@short decide if this dispatch implementation can be used for requested URL or not
- @descr A protocol handler is registerd for an URL pattern inside configuration and will
+ @descr A protocol handler is registered for an URL pattern inside configuration and will
be asked by the generic dispatch mechanism inside framework, if he can handle this
special URL which match his registration. He can agree by returning of a valid dispatch
instance or disagree by returning <NULL/>.
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index 46d8ecde9b3b..f7e5f0f5e66c 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -69,7 +69,7 @@ ServiceHandler::~ServiceHandler()
/**
@short decide if this dispatch implementation can be used for requested URL or not
- @descr A protocol handler is registerd for an URL pattern inside configuration and will
+ @descr A protocol handler is registered for an URL pattern inside configuration and will
be asked by the generic dispatch mechanism inside framework, if he can handle this
special URL which match his registration. He can agree by returning of a valid dispatch
instance or disagree by returning <NULL/>.
@@ -231,7 +231,7 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con
/**
@short add/remove listener for state events
@descr We use an internal container to hold such registered listener. This container lives if we live.
- And if call pas registration as non breakable transaction - we can accept the request without
+ And if call pass registration as non breakable transaction - we can accept the request without
any explicit lock. Because we share our mutex with this container.
@param xListener