diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-18 10:00:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-18 14:47:19 +0200 |
commit | e56596e009c11ec6118a126ac560e87d754ae15b (patch) | |
tree | 933f2b06738251ce0a81a5f98bb3a60cce9e44c9 /xmlsecurity/source/component | |
parent | 098b685e901974dc9d0248b6e2fd06644c954e84 (diff) |
Fix typos
Change-Id: If6023dfa1d90f79185197622a738373a189ea6af
Reviewed-on: https://gerrit.libreoffice.org/40118
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmlsecurity/source/component')
-rw-r--r-- | xmlsecurity/source/component/documentdigitalsignatures.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index 6e84163c4e84..f092a7370ff3 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -351,7 +351,7 @@ DocumentDigitalSignatures::ImplVerifySignatures( { // TODO not ideal to retrieve cert by keyID, might // collide, or PGPKeyID format might change - can't we - // keep the xCert ifself in rInfo? + // keep the xCert itself in rInfo? rSigInfo.Signer = xGpgSecEnv->getCertificate( rInfo.ouGpgKeyID, xmlsecurity::numericStringToBigInteger("") ); rSigInfo.CertificateStatus = xGpgSecEnv->verifyCertificate(rSigInfo.Signer, Sequence<Reference<css::security::XCertificate> >()); |