summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xmlparse.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-09-21 23:28:20 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-09-22 06:24:49 +0200
commite7c83595d75d6287eff506112c1654a3a945d9a3 (patch)
tree2e3666e711a88ee81b103ce82d4bee04d052b731 /l10ntools/inc/xmlparse.hxx
parentd62f03d316fb4c60087fc2af626bbd0b35b98693 (diff)
Fix typos
Change-Id: Icd2f83bddcb993a6430d328d0bc51f38d70374ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122412 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r--l10ntools/inc/xmlparse.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 951d33b5d813..a9993f460b5c 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -274,7 +274,7 @@ public:
/// create a comment node
XMLComment(
const OString &rComment, // the comment
- XMLParentNode *pParent // the parent node of this comemnt, typically an element node
+ XMLParentNode *pParent // the parent node of this comment, typically an element node
)
: XMLChildNode( pParent ), m_sComment( rComment ) {}
@@ -297,7 +297,7 @@ public:
/// create a comment node
XMLDefault(
const OString &rDefault, // the comment
- XMLParentNode *pParent // the parent node of this comemnt, typically an element node
+ XMLParentNode *pParent // the parent node of this comment, typically an element node
)
: XMLChildNode( pParent ), m_sDefault( rDefault ) {}