summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 13:00:15 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 11:03:11 +0000
commit9956b99e68c45a82015766873b4b7f581462bef2 (patch)
tree0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /l10ntools
parent3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff)
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7 Reviewed-on: https://gerrit.libreoffice.org/18959 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/export.cxx2
-rw-r--r--l10ntools/source/xmlparse.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx
index 593801d0973f..3e963f62de57 100644
--- a/l10ntools/source/export.cxx
+++ b/l10ntools/source/export.cxx
@@ -243,7 +243,7 @@ Export::Export(
void Export::Init()
{
- // resets the internal status, used before parseing another file
+ // resets the internal status, used before parsing another file
bDefine = false;
bNextMustBeDefineEOL = false;
nLevel = 0;
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;