1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fixed spelling / typos (from PowerDNS:codespell)

This commit is contained in:
Paul Bakker
2013-10-29 10:02:51 +01:00
parent 93c6aa4014
commit 60b1d10131
10 changed files with 17 additions and 17 deletions

View File

@ -1425,7 +1425,7 @@ int ssl_handshake_step( ssl_context *ssl );
*
* \param ssl SSL context
*
* \return 0 if succesful, or any ssl_handshake() return value.
* \return 0 if successful, or any ssl_handshake() return value.
*/
int ssl_renegotiate( ssl_context *ssl );