diff --git a/programs/test/udp_proxy.c b/programs/test/udp_proxy.c index 2986ee30a..77eaa5d2f 100644 --- a/programs/test/udp_proxy.c +++ b/programs/test/udp_proxy.c @@ -249,7 +249,7 @@ static void get_options( int argc, char *argv[] ) 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 ); exit_usage( p, NULL ); }