mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in user-facing messages
This commit is contained in:
committed by
Sergey Vojtovich
parent
c36cd56049
commit
1e00b9ec2a
@@ -146,7 +146,7 @@ sub collect_test_cases ($) {
|
||||
|
||||
if ( defined $depend_on_test_name )
|
||||
{
|
||||
mtr_verbose2("Giving $test_name same critera as $depend_on_test_name");
|
||||
mtr_verbose2("Giving $test_name same criteria as $depend_on_test_name");
|
||||
$sort_criteria{$test_name} = $sort_criteria{$depend_on_test_name};
|
||||
}
|
||||
else
|
||||
|
@@ -136,7 +136,7 @@ sub envsubst {
|
||||
|
||||
if ( ! defined $ENV{$string} )
|
||||
{
|
||||
mtr_error("opt file referense \$$string that is unknown");
|
||||
mtr_error("opt file reference \$$string that is unknown");
|
||||
}
|
||||
|
||||
return $ENV{$string};
|
||||
|
@@ -1296,7 +1296,7 @@ sub collect_mysqld_features () {
|
||||
}
|
||||
rmtree($tmpdir) if (!$opt_tmpdir);
|
||||
mtr_error("Could not find version of MySQL") unless $mysql_version_id;
|
||||
mtr_error("Could not find variabes list") unless $found_variable_list_start;
|
||||
mtr_error("Could not find variables list") unless $found_variable_list_start;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user