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;