diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-03-15 11:18:58 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2021-03-15 15:15:44 +0100 |
commit | 5a086e43ef9959b2c934b7747e0453636a336af0 (patch) | |
tree | d7dae632dede7535d75dbe1d1f23c481e357394e /xmlsecurity | |
parent | 69d79d41c8f1f509e0a5a4e013a8caef01401ece (diff) |
Fix typos
Change-Id: I03d48712252cb9f2a3e3c14d6800081ed6af84d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111911
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx index 18ed40ce6ac5..c77491558380 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx @@ -642,7 +642,7 @@ static auto CheckX509Data( if (xmlsecurity::EqualDistinguishedNames( certs[chain[i]]->getSubjectName(), certs[j]->getIssuerName())) { - if (chain.size() != i + 1) // already found issuee? + if (chain.size() != i + 1) // already found issue? { SAL_WARN("xmlsecurity.comp", "X509Data do not form a chain: certificate issued 2 others: " << certs[chain[i]]->getSubjectName()); return false; |