mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-06 06:49:22 +08:00
Fix typo in message
This commit is contained in:
parent
3c1c8ea3e7
commit
31fccc80a5
@ -639,7 +639,7 @@ int execute_tests( int argc , const char ** argv )
|
|||||||
}
|
}
|
||||||
else if( ret == DISPATCH_TEST_FN_NOT_FOUND )
|
else if( ret == DISPATCH_TEST_FN_NOT_FOUND )
|
||||||
{
|
{
|
||||||
mbedtls_fprintf( stderr, "FAILED: FATAL TEST FUNCTION NOT FUND\n" );
|
mbedtls_fprintf( stderr, "FAILED: FATAL TEST FUNCTION NOT FOUND\n" );
|
||||||
fclose( file );
|
fclose( file );
|
||||||
mbedtls_exit( 2 );
|
mbedtls_exit( 2 );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user