summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comphelper/source/container/embeddedobjectcontainer.cxx2
-rw-r--r--ucb/source/core/ucbstore.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/container/embeddedobjectcontainer.cxx b/comphelper/source/container/embeddedobjectcontainer.cxx
index 9437893adaa0..9286ec8cf200 100644
--- a/comphelper/source/container/embeddedobjectcontainer.cxx
+++ b/comphelper/source/container/embeddedobjectcontainer.cxx
@@ -1440,7 +1440,7 @@ bool EmbeddedObjectContainer::StoreAsChildren(bool _bOasisFormat,bool _bCreateEm
{
try
{
- // the substorage still can not be locked by the embedded object conteiner
+ // the substorage still can not be locked by the embedded object container
OUString aObjReplElement( "ObjectReplacements" );
if ( _xStorage->hasByName( aObjReplElement ) && _xStorage->isStorageElement( aObjReplElement ) )
_xStorage->removeElement( aObjReplElement );
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx
index 421b364e1ac1..862f55469108 100644
--- a/ucb/source/core/ucbstore.cxx
+++ b/ucb/source/core/ucbstore.cxx
@@ -354,7 +354,7 @@ PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create )
OSL_ENSURE( xContainer.is(),
"PropertySetRegistry::openPropertySet - "
- "No conteiner!" );
+ "No container!" );
if ( xFac.is() && xBatch.is() && xContainer.is() )
{