mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Fix typos (found by Francesco Pompò)
Manually merging as the pull requests are based on an old branch. closes #215 closes #216
This commit is contained in:
parent
bd5bbec715
commit
d73896581b
2 changed files with 2 additions and 3 deletions
|
|
@ -273,7 +273,7 @@ int main( int argc, char *argv[] )
|
|||
/*
|
||||
* 1.0. Check the subject name for validity
|
||||
*/
|
||||
mbedtls_printf( " . Checking subjet name..." );
|
||||
mbedtls_printf( " . Checking subject name..." );
|
||||
fflush( stdout );
|
||||
|
||||
if( ( ret = mbedtls_x509write_csr_set_subject_name( &req, opt.subject_name ) ) != 0 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue