summaryrefslogtreecommitdiff
path: root/tools/source/rc/resmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/rc/resmgr.cxx')
-rw-r--r--tools/source/rc/resmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index bf9c3d86d6ac..55610d82d7c6 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -243,7 +243,7 @@ InternalResMgr* ResMgrContainer::getResMgr( const OUString& rPrefix,
it = m_aResFiles.find( aSearch );
if( it != m_aResFiles.end() )
{
- // ensure InternalResMgr existance
+ // ensure InternalResMgr existence
if( ! it->second.pResMgr )
{
InternalResMgr* pImp =
@@ -269,7 +269,7 @@ InternalResMgr* ResMgrContainer::getResMgr( const OUString& rPrefix,
{
if( it->first.matchIgnoreAsciiCase( rPrefix ) )
{
- // ensure InternalResMgr existance
+ // ensure InternalResMgr existence
if( ! it->second.pResMgr )
{
InternalResMgr* pImp =