include/framework/dispatchhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 67144e386510eb06c452a84c798d725080ed310d Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 8 10:44:34 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jul 10 10:58:00 2019 +0200 Fix typo Change-Id: Ifec4056dff92422b06c8ef6ffe85bec89329ec90 Reviewed-on: https://gerrit.libreoffice.org/75324 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
