diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-18 15:51:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-18 16:54:52 +0200 |
commit | 5f367bb7e66ca1f86557ee6770f9c50e298dba69 (patch) | |
tree | 943854e6e0c6550d93ecad1dd7397a4489d4d557 /framework | |
parent | 51a30d7daee8779ef51d8db58559e4fe15665d1b (diff) |
Fix typo
Change-Id: Icb8ed2dcaecc718137646236274f3a5d3df47531
Reviewed-on: https://gerrit.libreoffice.org/73694
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-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 54224b7af9a0..d0ed8e8bbf87 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -86,8 +86,8 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< css::uno::WeakReference< css::frame::XFrame > m_xCloseFrame; /** @short used for asynchronous callbacks within the main thread. - @descr Internally we work asynchronous. Because our callis - are not aware, that her request can kill its own environment... */ + @descr Internally we work asynchronously. Because our callees + are not aware that their request can kill its own environment... */ std::unique_ptr<vcl::EventPoster> m_aAsyncCallback; /** @short used inside asynchronous callback to decide, |