[Libreoffice-commits] core.git: xmlsecurity/source
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Sep 29 15:13:18 PDT 2015
xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a0dd7f887bb59b58e22a27a2110cdf1f1833042a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Tue Sep 29 18:13:58 2015 +0200
Fix typos
Change-Id: I7dbee92d75836c54fd245c89a70ab02e40dafefb
Reviewed-on: https://gerrit.libreoffice.org/18998
Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
Tested-by: Joren De Cuyper <jorendc at libreoffice.org>
diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
index 2259c1d..f2f5a0a 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
@@ -39,7 +39,7 @@ using namespace ::com::sun::star::security ;
using ::com::sun::star::security::XCertificate ;
using ::com::sun::star::util::DateTime ;
-/*Resturns the index within rRawString where sTypeName starts and where it ends.
+/*Returns the index within rRawString where sTypeName starts and where it ends.
The starting index is pair.first. The ending index in pair.second points
one char after the last character of the type.
sTypeName can be
More information about the Libreoffice-commits
mailing list