diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 00:12:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 00:12:55 +0200 |
commit | 4ddf6c7a70738c10b21acfcf041a5b9af560045c (patch) | |
tree | ee87cb43894c61ce8da4023d041a21da1caf44ec /ucb | |
parent | b232607e4558f652dd47bc834dc500103ff9f7e3 (diff) |
Typo: conteiner->container
Change-Id: Idf1294c7da00621900d41c16473b862ee8fc502d
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/ucbstore.cxx | 2 |
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() ) { |