Merge pull request #1202 from traviscross/fix-chain-typo

Fix documentation typo of "chain"
This commit is contained in:
Steven Fackler 2019-12-13 07:19:44 -05:00 committed by GitHub
commit 0d8561b58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.