summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 00:42:27 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 07:07:25 +0200
commit5ccc8124a03cffca3a1848f754524a06a063cb51 (patch)
tree3456a0c42c38a1936680a4266fbb76c4d585025f /xmlsecurity
parented882d693f37779e3a09641e7cd43b7a925d2312 (diff)
Fix typos
Change-Id: I59a0fd175fa5185c15d093d2d9bed9f95bb4cfd5 Reviewed-on: https://gerrit.libreoffice.org/76280 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/inc/framework/saxeventkeeperimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx b/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx
index 811c620423fe..024c0bff4c74 100644
--- a/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx
+++ b/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx
@@ -107,7 +107,7 @@ private:
/*
* the next Id for a coming ElementMark.
- * the variable is increased by 1 when an new ElementMark is generated,
+ * the variable is increased by 1 when a new ElementMark is generated,
* in this way, we can promise the Id of any ElementMark is unique.
*/
sal_Int32 m_nNextElementMarkId;