framework/inc/dispatch/closedispatcher.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5f367bb7e66ca1f86557ee6770f9c50e298dba69 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Aug 18 15:51:10 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Aug 18 16:54:52 2019 +0200 Fix typo Change-Id: Icb8ed2dcaecc718137646236274f3a5d3df47531 Reviewed-on: https://gerrit.libreoffice.org/73694 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
