From 70279a81a79f546fb5d86fd710d87f4cf55e8bf8 Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Mon, 7 Mar 2016 18:38:17 +0000 Subject: [PATCH] Fixes "usuable" typo in ct_locl.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- crypto/ct/ct_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ct/ct_locl.h b/crypto/ct/ct_locl.h index eb1d377b4a..d13f70cdfa 100644 --- a/crypto/ct/ct_locl.h +++ b/crypto/ct/ct_locl.h @@ -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); -- 2.34.1