1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

- fixed typo in scripts/mysql_convert_table_format.sh

scripts/mysql_convert_table_format.sh:
   - fixed typo (spotted by Engin Gunduz)
This commit is contained in:
unknown
2002-10-18 19:43:06 +02:00
parent 025375c296
commit b790301d6e

View File

@ -64,7 +64,7 @@ foreach $table (@ARGV)
{
if (uc($row->[1]) eq uc($opt_type))
{
print "$table is alread of type $opt_type; Ignored\n";
print "$table is already of type $opt_type; Ignored\n";
next;
}
}