summaryrefslogtreecommitdiffstats
path: root/l10ntools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /l10ntools
parentcoverity#707499 coverity#735400 coverity#738541 (diff)
downloadcore-616c6924f18911fce110918edf05ed2f4e52dba9.tar.gz
core-616c6924f18911fce110918edf05ed2f4e52dba9.zip
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'l10ntools')
-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 dc2e3d639606..b9e9ff37c59f 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -954,7 +954,7 @@ void SimpleXMLParser::StartElement(
void SimpleXMLParser::EndElement( const XML_Char *name )
/*****************************************************************************/
{
- // This variable is not used at all, but the the sax C interface can't be changed
+ // This variable is not used at all, but the sax C interface can't be changed
// To prevent warnings this dummy assignment is used
// +++
(void) name;