xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 12e28267884e8225a7401037048196766573fb58 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Mar 28 19:28:26 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Mar 28 22:01:16 2024 +0100 Fix typo Change-Id: I3e20fda4b841458e979258dd5dc83c7f89f48083 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165497 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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>