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

Fix #2370, minor typos and spelling mistakes

This commit is contained in:
Antonin Décimo
2019-01-23 15:24:37 +01:00
parent 62ec2dd68f
commit 36e89b5b71
26 changed files with 53 additions and 53 deletions

View File

@ -1449,7 +1449,7 @@ read_record_header:
*/
/*
* Minimal length (with everything empty and extensions ommitted) is
* Minimal length (with everything empty and extensions omitted) is
* 2 + 32 + 1 + 2 + 1 = 38 bytes. Check that first, so that we can
* read at least up to session id length without worrying.
*/