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;
}