summaryrefslogtreecommitdiff
path: root/l10ntools/source/xmlparse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/xmlparse.cxx')
-rw-r--r--l10ntools/source/xmlparse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx
index 7a4c68e0b3dc..00c05cfffe79 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -370,7 +370,7 @@ void XMLFile::InsertL10NElement( XMLElement* pElement )
}
XMLHashMap::iterator pos = m_pXMLStrings->find( sId );
- if( pos == m_pXMLStrings->end() ) // No instanze , create new one
+ if( pos == m_pXMLStrings->end() ) // No instance, create new one
{
pElem = new LangHashMap();
(*pElem)[ sLanguage ]=pElement;