[Libreoffice-commits] core.git: desktop/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue May 14 05:06:57 UTC 2019


 desktop/source/offacc/acceptor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51239fde4182aed2e4121b44731f0c1ce437c26a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:04 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 14 07:05:56 2019 +0200

    Fix typo
    
    Change-Id: I305e152b6d6e71eba8d568b66c80b53e3bf27db0
    Reviewed-on: https://gerrit.libreoffice.org/72262
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx
index 894f20623e78..26fcab414c4c 100644
--- a/desktop/source/offacc/acceptor.cxx
+++ b/desktop/source/offacc/acceptor.cxx
@@ -106,7 +106,7 @@ void Acceptor::run()
 
             // accept connection
             Reference< XConnection > rConnection = m_rAcceptor->accept( m_aConnectString );
-            // if we return without a valid connection we mus assume that the acceptor
+            // if we return without a valid connection we must assume that the acceptor
             // is destructed so we break out of the run method terminating the thread
             if (! rConnection.is()) break;
             OUString aDescription = rConnection->getDescription();


More information about the Libreoffice-commits mailing list