Fix typo in message

This commit is contained in:
Gilles Peskine 2019-09-16 15:12:37 +02:00
parent 3c1c8ea3e7
commit 31fccc80a5

View file

@ -639,7 +639,7 @@ int execute_tests( int argc , const char ** argv )
}
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 );
mbedtls_exit( 2 );
}