From 689bf26c861990627bd9f9de3c3f0c84c7a8612d Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Fri, 18 Oct 2002 19:43:06 +0200 Subject: [PATCH] - fixed typo in scripts/mysql_convert_table_format.sh --- scripts/mysql_convert_table_format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_convert_table_format.sh b/scripts/mysql_convert_table_format.sh index 6b9a75228d3..c1955e632fb 100644 --- a/scripts/mysql_convert_table_format.sh +++ b/scripts/mysql_convert_table_format.sh @@ -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; } }