summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/source/acceptor/acceptor.cxx2
-rw-r--r--io/source/stm/odata.cxx2
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];
}
}