diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-01 13:22:58 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-10-01 11:26:35 +0000 |
commit | a0649f316ec53e878b5c9ffef67adb712fe9935f (patch) | |
tree | 00037da921d3ccd3049d897a258548674ae77f32 /framework/inc/dispatch/closedispatcher.hxx | |
parent | 33d165a9f18c4bfcf5b878adf7057195cda4194f (diff) |
Fix typos
Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f
Reviewed-on: https://gerrit.libreoffice.org/18950
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'framework/inc/dispatch/closedispatcher.hxx')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index edce4d7dac15..395b5416aaf1 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -161,9 +161,9 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< /** @short a callback for asynchronous started operations. - @descr As already mentione, we make internally all operations + @descr As already mentioned, we make internally all operations asynchronous. Otherwise our callis kill its own environment - during they call us ... + during they call us... */ DECL_LINK_TYPED( impl_asyncCallback, LinkParamNone*, void ); |