summaryrefslogtreecommitdiffstats
path: root/framework/source/dispatch/mailtodispatcher.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
commit2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch)
treec43eb54c32924b919ad2ad7e653d0eaa47800d39 /framework/source/dispatch/mailtodispatcher.cxx
parentfdo#62475 - remove ASCII art (diff)
downloadcore-2ce25faffd3ac3767aa52f8d7c71591d9043e3ad.tar.gz
core-2ce25faffd3ac3767aa52f8d7c71591d9043e3ad.zip
fix typos (wich instead of which)
Diffstat (limited to 'framework/source/dispatch/mailtodispatcher.cxx')
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index 016631d880da..2aed843aa7e8 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -98,7 +98,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
be asked by the generic dispatch mechanism inside framework, if he can handle this
- special URL wich match his registration. He can agree by returning of a valid dispatch
+ special URL which match his registration. He can agree by returning of a valid dispatch
instance or disagree by returning <NULL/>.
We don't create new dispatch instances here realy - we return THIS as result to handle it
at the same implementation.