summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-27 13:16:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-27 15:36:17 +0200
commit0c28fc7d89e833860216bb02d787d004c32595c7 (patch)
tree008b899cc41939774e1734eab08cae2a0e25d3fe /sfx2
parente99e7499a8e738251ecf42f29d5f2e898b08ef4f (diff)
Fix typos
It passed "make check" on Linux Change-Id: I5f39984f1c30fcde46ed411faac3f8d637d10d6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101449 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/dispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 739336a8859c..9c6f3c5200c2 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -465,7 +465,7 @@ IMPL_LINK_NOARG( SfxDispatcher, EventHdl_Impl, Timer *, void )
flushed.
This method is intended among other things to make assertions possible
- without the side effect of having to flush the SfxDispathcer.
+ without the side effect of having to flush the SfxDispatcher.
*/
bool SfxDispatcher::CheckVirtualStack(const SfxShell& rShell)
{