summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/xstorage.cxx')
-rw-r--r--package/source/xstor/xstorage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index aa65875671d4..dc1c51fef1c2 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -2612,7 +2612,7 @@ uno::Reference< embed::XStorage > SAL_CALL OStorage::openStorageElement(
&& !( nStorageMode & embed::ElementModes::WRITE ) )
throw io::IOException( OSL_LOG_PREFIX, uno::Reference< uno::XInterface >() ); // TODO: access denied
- // it's allways possible to read written storage in this implementation
+ // it's always possible to read written storage in this implementation
nStorageMode |= embed::ElementModes::READ;
uno::Reference< embed::XStorage > xResult;
@@ -2924,7 +2924,7 @@ void SAL_CALL OStorage::copyStorageElementLastCommitTo(
if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML && aStorName == "_rels" )
throw lang::IllegalArgumentException( OSL_LOG_PREFIX, uno::Reference< uno::XInterface >(), 1 ); // unacceptable storage name
- // it's allways possible to read written storage in this implementation
+ // it's always possible to read written storage in this implementation
sal_Int32 nStorageMode = embed::ElementModes::READ;
try