1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Fix some minor typos in comments

Fix spelling mistakes and typos.
This commit is contained in:
Simon Butcher
2016-03-01 13:16:57 +00:00
parent 0c6aad90f2
commit c0957bdc13
2 changed files with 8 additions and 6 deletions

View File

@ -2600,7 +2600,7 @@ static int ssl_parse_certificate_request( mbedtls_ssl_context *ssl )
*
* Same goes for the hash in TLS 1.2's signature_algorithms: at this
* point we only have one hash available (see comments in
* write_certificate_verify), so let's jsut use what we have.
* write_certificate_verify), so let's just use what we have.
*
* However, we still minimally parse the message to check it is at least
* superficially sane.