summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 00:12:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 00:12:55 +0200
commit4ddf6c7a70738c10b21acfcf041a5b9af560045c (patch)
treeee87cb43894c61ce8da4023d041a21da1caf44ec /ucb/source
parentb232607e4558f652dd47bc834dc500103ff9f7e3 (diff)
Typo: conteiner->container
Change-Id: Idf1294c7da00621900d41c16473b862ee8fc502d
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/core/ucbstore.cxx2
1 files changed, 1 insertions, 1 deletions
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() )
{