summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/provider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/provider.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx
index 2d4cb92b089a..68323eba89c9 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -365,7 +365,7 @@ ContentProvider::getConfiguration() const
}
catch( const uno::Exception& )
{
- OSL_ENSURE( xProvider.is(), "cant instantiate configuration" );
+ OSL_ENSURE( xProvider.is(), "can not instantiate configuration" );
}
}