1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +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

@ -116,7 +116,7 @@ int mbedtls_x509_get_alg_null( unsigned char **p, const unsigned char *end,
}
/*
* Parse an algorithm identifier with (optional) paramaters
* Parse an algorithm identifier with (optional) parameters
*/
int mbedtls_x509_get_alg( unsigned char **p, const unsigned char *end,
mbedtls_x509_buf *alg, mbedtls_x509_buf *params )