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:
Manuel Pégourié-Gonnard 2015-08-06 18:22:26 +02:00
parent bd5bbec715
commit d73896581b
2 changed files with 2 additions and 3 deletions

View file

@ -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 )