summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-28 19:28:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-28 22:01:16 +0100
commit12e28267884e8225a7401037048196766573fb58 (patch)
treed9760de006a63928f4c28eccdd26548cc5ac2f51 /xmlsecurity
parent8533d3f05a4339e945131fd50bd01408ddf4b4f6 (diff)
Fix typo
Change-Id: I3e20fda4b841458e979258dd5dc83c7f89f48083 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165497 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx
index a3f72ba6ee1b..581249292f1a 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx
@@ -22,7 +22,7 @@
#include <rtl/uuid.h>
#include <xmlsec/xmldsig.h>
-#include <xmlsec/xmltree.h> // this MUST precde the mscng/x509.h for some reason
+#include <xmlsec/xmltree.h> // this MUST precede the mscng/x509.h for some reason
#include <xmlsec/mscng/x509.h>
#include <com/sun/star/xml/crypto/SecurityOperationStatus.hpp>