diff options
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(); |