1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fixed typos

This commit is contained in:
Paul Bakker
2015-04-14 15:00:09 +02:00
parent db34e6d9b6
commit 6152b0267c
7 changed files with 7 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ cleanup:
if( ret != 0 )
{
polarssl_printf( "\nAn error occured.\n" );
polarssl_printf( "\nAn error occurred.\n" );
ret = 1;
}