mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-25 13:46:26 +00:00
Fix typo in documentation of UDP proxy argument 'delay_cli'
This commit is contained in:
parent
3a0aad1c9d
commit
caf8741891
|
@ -249,7 +249,7 @@ static void get_options( int argc, char *argv[] )
|
||||||
|
|
||||||
if( *delay_cnt == MAX_DELAYED_HS )
|
if( *delay_cnt == MAX_DELAYED_HS )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " maximally %d uses of delay_cli argument allows\n",
|
mbedtls_printf( " maximally %d uses of delay_cli argument allowed\n",
|
||||||
MAX_DELAYED_HS );
|
MAX_DELAYED_HS );
|
||||||
exit_usage( p, NULL );
|
exit_usage( p, NULL );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue