diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-01-24 18:53:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-01-24 18:53:37 +0100 |
commit | 58702f9a3c1435dc082f9aceea00f8804de34ff6 (patch) | |
tree | 0b957c9686646a8731fa4d9314cb66e21eb415fe /framework | |
parent | c2972964dcca294048888c7edd0400c49d1a9a2f (diff) |
Typo: syncro->synchro
Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 2 |
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; |