summaryrefslogtreecommitdiff
path: root/framework/source/dispatch
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r--framework/source/dispatch/closedispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index f6ac18d400ab..1b9af10a8afc 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -199,7 +199,7 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
// Do it asynchronous everytimes!
// But don't forget to hold ourselves alive.
- // We are called back from an environment, which doesn't know an uno reference.
+ // We are called back from an environment, which doesn't know a uno reference.
// They call us back by using our c++ interface.
m_xResultListener = xListener;