commit | 1a57af16072d20f566d702c68824fe81af213fa8 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Fri Sep 11 17:14:16 2015 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Sep 11 17:14:16 2015 +0100 |
tree | 1e3677835f189ee819e1ac12e1bb3817cf831af0 | |
parent | 4f6882a8a3d6871ef5027c260e91e1a22e5e598c [diff] |
Update ssl.h Typo
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 7110e1c..512c767 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -2097,7 +2097,7 @@ * * \return 0 if successful, or * MBEDTLS_ERR_SSL_WANT_READ or MBEDTLS_ERR_SSL_WANT_WRITE, or - * MBEDTLS_ERR_SSL_HELLO_VERIFY_REQUIRED (see belowe), or + * MBEDTLS_ERR_SSL_HELLO_VERIFY_REQUIRED (see below), or * a specific SSL error code. * * \note If this function returns something other than 0 or