Minor: Fix typo in program comments

Fix a typos in some reference program applications
This commit is contained in:
Ron Eldor 2017-06-20 15:23:23 +03:00 committed by Simon Butcher
parent cea8b53680
commit a905bdc999

View file

@ -2125,7 +2125,7 @@ handshake:
#if defined(MBEDTLS_X509_CRT_PARSE_C) #if defined(MBEDTLS_X509_CRT_PARSE_C)
/* /*
* 5. Verify the server certificate * 5. Verify the client certificate
*/ */
mbedtls_printf( " . Verifying peer X.509 certificate..." ); mbedtls_printf( " . Verifying peer X.509 certificate..." );