From 02ff5ce59436d32a9bc1e86d6d2f00696707e7a4 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Wed, 9 Apr 2014 15:53:09 +0200
Subject: [PATCH] Fixed typo
---
include/polarssl/x509_crt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/polarssl/x509_crt.h b/include/polarssl/x509_crt.h
index e3443d0168..93340eccd8 100644
--- a/include/polarssl/x509_crt.h
+++ b/include/polarssl/x509_crt.h
@@ -253,7 +253,7 @@ int x509_crt_verify( x509_crt *crt,
* certificate to perform an RSA key exchange).
*
* \return 0 is these uses of the certificate are allowed,
- * POLARSSL_ERR_X509_BAD_INPUT_DATA if the keyUsage extenson
+ * POLARSSL_ERR_X509_BAD_INPUT_DATA if the keyUsage extension
* is present but does not contain all the bits set in the
* usage argument.
*