Browse Source

KEYS: X.509: Fix a spelling mistake

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
David Howells 11 years ago
parent
commit
452069867c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crypto/asymmetric_keys/Kconfig

+ 1 - 1
crypto/asymmetric_keys/Kconfig

@@ -33,7 +33,7 @@ config X509_CERTIFICATE_PARSER
 	select ASN1
 	select OID_REGISTRY
 	help
-	  This option procides support for parsing X.509 format blobs for key
+	  This option provides support for parsing X.509 format blobs for key
 	  data and provides the ability to instantiate a crypto key from a
 	  public key packet found inside the certificate.