From b63e3dd752dc921b4867b256177b77b06c2ac70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 6 Mar 2015 09:42:40 +0000 Subject: [PATCH] Fix typo in comments --- include/polarssl/certs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index 5a432e4c0..eca6a7887 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h @@ -33,7 +33,7 @@ extern const char test_ca_list[]; /* * Convenience for users who just want a certificate: - * RSA by default, or ECDSA if RSA i not available + * RSA by default, or ECDSA if RSA is not available */ extern const char *test_ca_crt; extern const char *test_ca_key;