summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_like.test
diff options
context:
space:
mode:
authorunknown <arjen@fred.bitbike.com>2002-05-21 08:07:09 +1000
committerunknown <arjen@fred.bitbike.com>2002-05-21 08:07:09 +1000
commit3f1c4df946c8c64a33ee1e256ca0ce6e976a28c6 (patch)
tree2a6c34e243bb5bdfe5ba56fddc0f1879347be411 /mysql-test/t/func_like.test
parentdb2032fd7311c01e6f9d795a64be7144cf4b0a69 (diff)
downloadmariadb-git-3f1c4df946c8c64a33ee1e256ca0ce6e976a28c6.tar.gz
Style/typo fixup of Turbo Boyer-Moore info.
Diffstat (limited to 'mysql-test/t/func_like.test')
-rw-r--r--mysql-test/t/func_like.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/func_like.test b/mysql-test/t/func_like.test
index 6c0313d0437..09746fcc817 100644
--- a/mysql-test/t/func_like.test
+++ b/mysql-test/t/func_like.test
@@ -11,7 +11,7 @@ select * from t1 where a like "test%";
select * from t1 where a like "te_t";
#
-# The following will test the boyer-more code
+# The following will test the Turbo Boyer-Moore code
#
select * from t1 where a like "%a%";
select * from t1 where a like "%abcd%";