summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index 192e2e8ffd1e..25c19f107e6b 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -91,7 +91,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
are not aware, that her request can kill its own environment ... */
boost::scoped_ptr<vcl::EventPoster> m_aAsyncCallback;
- /** @short used inside asyncronous callback to decide,
+ /** @short used inside asynchronous callback to decide,
which operation must be executed. */
EOperation m_eOperation;