1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

General spell fixing in comments and strings

This commit is contained in:
Otto Kekäläinen
2016-06-08 14:14:42 +03:00
parent 9de6708390
commit effbe7dd7b
67 changed files with 96 additions and 96 deletions

View File

@ -4133,7 +4133,7 @@ sub valgrind_arguments {
if -f "$glob_mysql_test_dir/valgrind.supp";
}
# Add valgrind options, can be overriden by user
# Add valgrind options, can be overridden by user
mtr_add_arg($args, '%s', $_) for (@valgrind_args);
mtr_add_arg($args, $$exe);