diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 10:44:34 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-10 10:58:00 +0200 |
commit | 67144e386510eb06c452a84c798d725080ed310d (patch) | |
tree | 42437a8f56284b849669902ecfd1e36e304f0066 /include | |
parent | d828429f81e63d3c6beb4574fe3c52b001ea0a5b (diff) |
Fix typo
Change-Id: Ifec4056dff92422b06c8ef6ffe85bec89329ec90
Reviewed-on: https://gerrit.libreoffice.org/75324
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/framework/dispatchhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/dispatchhelper.hxx b/include/framework/dispatchhelper.hxx index cdec89ea3791..b2f1939a439d 100644 --- a/include/framework/dispatchhelper.hxx +++ b/include/framework/dispatchhelper.hxx @@ -46,7 +46,7 @@ namespace framework { /** @short implements an easy way for dispatches - @descr Dispatches are splitted into different parts: + @descr Dispatches are split into different parts: - parsing of the URL - searching for a dispatch object - dispatching of the URL |