Add ASN1_ITEM lookup and enumerate functions.
[oweals/openssl.git] / include / openssl / ct.h
index 085a4f1e75897da7e9545d7ba37155057acabe1d..6c632652574dfe0d5e19fb217d44e344a13c580f 100644 (file)
@@ -76,7 +76,7 @@ X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx);
 
 /*
  * Sets the certificate associated with the received SCTs.
- * Incremenets the reference count of cert.
+ * Increments the reference count of cert.
  * Returns 1 on success, 0 otherwise.
  */
 int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert);