Fixed typo in mtr_cases.pm

This commit is contained in:
Monty 2020-10-16 15:45:30 +03:00
parent 3c4b8440eb
commit 2912f1f866

View File

@ -745,7 +745,7 @@ sub collect_one_test_case {
if ( $enable_disabled ) if ( $enable_disabled )
{ {
# User has selected to run all disabled tests # User has selected to run all disabled tests
mtr_report(" - $tinfo->{name} wil be run although it's been disabled\n", mtr_report(" - $tinfo->{name} will be run although it's been disabled\n",
" due to '$disable'"); " due to '$disable'");
} }
else else