[Libreoffice-commits] core.git: framework/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 18 14:55:52 UTC 2019


 framework/inc/dispatch/closedispatcher.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5f367bb7e66ca1f86557ee6770f9c50e298dba69
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 18 15:51:10 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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,


More information about the Libreoffice-commits mailing list