diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:28:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:38:57 +0200 |
commit | e1328b89fa87cbb333c096bf229a810317f25bc3 (patch) | |
tree | b6a784be4261b559f42e7e741685641960c39a78 /l10ntools | |
parent | 2a1e975f4fa67162f3c7b37939fa0a3b771376f5 (diff) |
Fix typos
Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef
Reviewed-on: https://gerrit.libreoffice.org/57822
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index e8e2d203801d..04f150d5d674 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -349,7 +349,7 @@ public: SimpleXMLParser(); ~SimpleXMLParser(); - /// parse a file, returns NULL on criticall errors + /// parse a file, returns NULL on critical errors XMLFile *Execute( const OString &rFileName, // the file name XMLFile *pXMLFileIn // the XMLFile |