typo while I poke around...

This commit is contained in:
Ralf S. Engelschall 1999-08-05 13:31:42 +00:00
parent 1a677f7aea
commit b1816a0408

View File

@ -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). */