From 2912f1f8660d05ef5a70806af0fb7f060c4ec481 Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 16 Oct 2020 15:45:30 +0300 Subject: [PATCH] Fixed typo in mtr_cases.pm --- mysql-test/lib/mtr_cases.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/lib/mtr_cases.pm b/mysql-test/lib/mtr_cases.pm index 97fbdcae838..b61333535dc 100644 --- a/mysql-test/lib/mtr_cases.pm +++ b/mysql-test/lib/mtr_cases.pm @@ -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