From 4ddf6c7a70738c10b21acfcf041a5b9af560045c Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 29 Jun 2014 00:12:55 +0200 Subject: Typo: conteiner->container Change-Id: Idf1294c7da00621900d41c16473b862ee8fc502d --- ucb/source/core/ucbstore.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb/source') 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() ) { -- cgit