Fixes "usuable" typo in ct_locl.h
[openssl.git] / crypto / ct / ct_locl.h
index eb1d377b4ac7c939e73c68fac10243d1074ef5ef..d13f70cdfad1dab4ba591b8fa62cc6cb7fc59fc1 100644 (file)
@@ -198,7 +198,7 @@ __owur int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey);
 __owur int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey);
 
 /*
- * Does this SCT have the minimum fields populated to be usuable?
+ * Does this SCT have the minimum fields populated to be usable?
  * Returns 1 if so, 0 otherwise.
  */
 __owur int SCT_is_complete(const SCT *sct);