From b1816a0408c59be119600fa49f8846a8c854c239 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 5 Aug 1999 13:31:42 +0000 Subject: [PATCH] typo while I poke around... --- ssl/ssl_rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c index f367d39bdc..6ec7a5cdb1 100644 --- a/ssl/ssl_rsa.c +++ b/ssl/ssl_rsa.c @@ -794,7 +794,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) ret = 0; goto end; } - /* Note that we must not free r if it was succesully + /* Note that we must not free r if it was successfully * added to the chain (while we must free the main * certificate, since its reference count is increased * by SSL_CTX_use_certificate). */ -- 2.25.1