summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-10-18 19:43:06 +0200
committerunknown <lenz@mysql.com>2002-10-18 19:43:06 +0200
commitb790301d6e82c8582e08340fae7396be9cfc07ad (patch)
tree3b921fb8ecd674451933ba02a4327b9560c840bc /scripts
parent025375c296284ca0a66378d3c2e2b2606ce7eba8 (diff)
downloadmariadb-git-b790301d6e82c8582e08340fae7396be9cfc07ad.tar.gz
- fixed typo in scripts/mysql_convert_table_format.sh
scripts/mysql_convert_table_format.sh: - fixed typo (spotted by Engin Gunduz)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_convert_table_format.sh2
1 files changed, 1 insertions, 1 deletions
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;
}
}