From e544f449eded2738b45de4be13c72b128a16bafe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 7 Jul 2015 23:14:45 +0200 Subject: Fix typos Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl --- xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx index f0dfc81d93c3..bf0eb196bd53 100644 --- a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx @@ -751,7 +751,7 @@ verifyCertificate( const Reference< csss::XCertificate >& aCert, //certificateUsageSSLCA. This, however, will be only set when in the trust settings dialog //the button "This certificate can identify websites" is checked. If for example only //"This certificate can identify mail users" is set then the end certificate can - //be validated and the returned usage will conain certificateUsageEmailRecipient. + //be validated and the returned usage will contain certificateUsageEmailRecipient. //But checking directly the root or intermediate certificate will fail. In the //certificate path view the end certificate will be shown as valid but the others //will be displayed as invalid. -- cgit