- fixed typo in scripts/mysql_convert_table_format.sh
This commit is contained in:
parent
f00f2a6515
commit
689bf26c86
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user