1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix typos in user-facing messages

This commit is contained in:
Vasilii Lakhin
2025-04-11 19:26:24 +03:00
committed by Sergey Vojtovich
parent c36cd56049
commit 1e00b9ec2a
20 changed files with 27 additions and 27 deletions

View File

@@ -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;
}