diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:04 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-14 07:05:56 +0200 |
commit | 51239fde4182aed2e4121b44731f0c1ce437c26a (patch) | |
tree | 7410a2dca1fa9af76d455fec19d5290bc2c4b230 /desktop | |
parent | ea191cf9807d0b0725fbc4831053a26ba71c2328 (diff) |
Fix typo
Change-Id: I305e152b6d6e71eba8d568b66c80b53e3bf27db0
Reviewed-on: https://gerrit.libreoffice.org/72262
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |