summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/closedispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/closedispatcher.cxx')
-rw-r--r--framework/source/dispatch/closedispatcher.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 7ea6b83404e9..c8db190b0425 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -193,10 +193,10 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
// OK - URLs are the right ones.
// But we can't execute synchronously :-)
// May we are called from a generic key-input handler,
- // which isn't aware that this call kill its own environment ...
+ // which isn't aware that this call kill its own environment...
// Do it asynchronous everytimes!
- // But dont forget to hold usself alive.
+ // But don't forget to hold ourselves alive.
// We are called back from an environment, which doesn't know an uno reference.
// They call us back by using our c++ interface.