xmlsecurity/source/gpg/CertificateImpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4e0b3012d48cb35dda1807ce1cf48b6c340069d0 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Nov 19 00:20:03 2018 +0100 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Nov 28 15:36:43 2018 +0100 Fix typos Change-Id: I66f31ff16a5cd5d8fca7e920fdd6b77bb124dfbb Reviewed-on: https://gerrit.libreoffice.org/63321 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/xmlsecurity/source/gpg/CertificateImpl.cxx b/xmlsecurity/source/gpg/CertificateImpl.cxx index 72fed74b949e..64c7b4886e50 100644 --- a/xmlsecurity/source/gpg/CertificateImpl.cxx +++ b/xmlsecurity/source/gpg/CertificateImpl.cxx @@ -61,7 +61,7 @@ OUString SAL_CALL CertificateImpl::getIssuerName() OUString SAL_CALL CertificateImpl::getSubjectName() { - // Samue as issuer name (user ID) + // Same as issuer name (user ID) return getIssuerName(); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
