diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-15 14:58:38 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2017-03-16 10:50:26 +0000 |
commit | 15e3ce53283f288cb2c4c52acb203c9c281914ac (patch) | |
tree | 9df72cca5afd8dcbc70fcfba083b116c99431e84 /io | |
parent | 665d7a4e659114120009636aeb4049b10009f36e (diff) |
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace
Reviewed-on: https://gerrit.libreoffice.org/35224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'io')
-rw-r--r-- | io/source/acceptor/acceptor.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/odata.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx index 796e5dbf2366..cb5deba52546 100644 --- a/io/source/acceptor/acceptor.cxx +++ b/io/source/acceptor/acceptor.cxx @@ -120,7 +120,7 @@ namespace io_acceptor Reference< XConnection > OAcceptor::accept( const OUString &sConnectionDescription ) { - // if there is a thread alread accepting in this object, throw an exception. + // if there is a thread already accepting in this object, throw an exception. struct BeingInAccept guard( &m_bInAccept, sConnectionDescription ); Reference< XConnection > r; diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index c67c7a762359..e88a6bcb82fa 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -1199,7 +1199,7 @@ Reference< XPersistObject > OObjectInputStream::readObject() } else { - // Object has alread been read, + // Object has already been read, xLoadedObj = m_aPersistVector[nId]; } } |