Fix documentation typo of "chain"
In the documentation of `SslRef::verified_chain`, we had written "certificate chani" rather than "certificate chain". In this commit, we fix the typo.
This commit is contained in:
parent
93b2862b91
commit
ac8214dad3
|
|
@ -2594,7 +2594,7 @@ impl SslRef {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the verified certificate chani of the peer, including the leaf certificate.
|
/// Returns the verified certificate chain of the peer, including the leaf certificate.
|
||||||
///
|
///
|
||||||
/// If verification was not successful (i.e. [`verify_result`] does not return
|
/// If verification was not successful (i.e. [`verify_result`] does not return
|
||||||
/// [`X509VerifyResult::OK`]), this chain may be incomplete or invalid.
|
/// [`X509VerifyResult::OK`]), this chain may be incomplete or invalid.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue