Skip to content
Permalink
Browse files
Fixed typo in mtr_cases.pm
  • Loading branch information
montywi committed Oct 21, 2020
1 parent 3c4b844 commit 2912f1f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -745,7 +745,7 @@ sub collect_one_test_case {
if ( $enable_disabled )
{
# 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'");
}
else

0 comments on commit 2912f1f

Please sign in to comment.