- fixed typo in scripts/mysql_convert_table_format.sh

This commit is contained in:
lenz@mysql.com 2002-10-18 19:43:06 +02:00
parent f00f2a6515
commit 689bf26c86

View File

@ -64,7 +64,7 @@ foreach $table (@ARGV)
{ {
if (uc($row->[1]) eq uc($opt_type)) 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; next;
} }
} }