Commit 689bf26c authored by lenz@mysql.com's avatar lenz@mysql.com
Browse files

- fixed typo in scripts/mysql_convert_table_format.sh

parent f00f2a65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }
  }