summaryrefslogtreecommitdiff
path: root/include/framework/dispatchhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/dispatchhelper.hxx')
-rw-r--r--include/framework/dispatchhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/dispatchhelper.hxx b/include/framework/dispatchhelper.hxx
index 77ea9f45a9dd..2b4c79bf7c57 100644
--- a/include/framework/dispatchhelper.hxx
+++ b/include/framework/dispatchhelper.hxx
@@ -39,7 +39,7 @@ namespace framework{
@short implements an easy way for dispatches
@descr Dispatches are splitted into different parts:
- parsing of the URL
- - searching for a dispatcgh object
+ - searching for a dispatch object
- dispatching of the URL
All these steps are done inside one method call here.
*/