summaryrefslogtreecommitdiff
path: root/mysql-test/main/type_bit.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/type_bit.test')
-rw-r--r--mysql-test/main/type_bit.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/type_bit.test b/mysql-test/main/type_bit.test
index 57bd990c8d7..3085d46bab6 100644
--- a/mysql-test/main/type_bit.test
+++ b/mysql-test/main/type_bit.test
@@ -262,7 +262,7 @@ select hex(a), b from t1;
drop table t1;
#
-# type was not properly initalized, which caused key_copy to fail
+# type was not properly initialized, which caused key_copy to fail
#
create table t1(bit_field bit(2), int_field int, key a(bit_field));