commit | b63e3dd752dc921b4867b256177b77b06c2ac70e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 06 09:42:40 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 06 09:42:40 2015 +0000 |
tree | 5281017dae73d6e5738db6ba8878da871196d6a2 | |
parent | cabf4b83ab9a247d5529cd63201933c99101a5fd [diff] [blame] |
Fix typo in comments
diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index 5a432e4..eca6a78 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h
@@ -33,7 +33,7 @@ /* * 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;