summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-10 10:37:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-10 14:18:14 +0200
commit8e999b51a2418febc0fd619aee62183f21b1cf90 (patch)
tree55c6ac0a4062fbe6f6630fe3f1cb3b6be5c2a334 /xmlsecurity
parent0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (diff)
Fix typos
Change-Id: Id62178a1a8b2e05d13c47f1ac4798578f140dbae Reviewed-on: https://gerrit.libreoffice.org/78794 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/documentsignaturehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index bcf63be55238..482ae6cc4126 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -59,7 +59,7 @@ OUString getElement(OUString const & version, ::sal_Int32 * index)
}
-// Return 1 if version1 is greater then version 2, 0 if they are equal
+// Return 1 if version1 is greater than version 2, 0 if they are equal
//and -1 if version1 is less version 2
int compareVersions(
OUString const & version1, OUString const & version2)