From 15e3ce53283f288cb2c4c52acb203c9c281914ac Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 15 Mar 2017 14:58:38 +0100 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace Reviewed-on: https://gerrit.libreoffice.org/35224 Tested-by: Jenkins Reviewed-by: Björn Michaelsen --- io/source/acceptor/acceptor.cxx | 2 +- io/source/stm/odata.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'io') 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]; } } -- cgit v1.2.3