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 347700ebe2
commit a766576a74
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.