summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorarjen@fred.bitbike.com <>2002-05-21 08:07:09 +1000
committerarjen@fred.bitbike.com <>2002-05-21 08:07:09 +1000
commit57d94ee2a0d645b0d4ceae33a2850220055316cb (patch)
tree2a6c34e243bb5bdfe5ba56fddc0f1879347be411 /mysql-test
parent3de11a9a97e3d935496f13f12977acdd8428bf97 (diff)
downloadmariadb-git-57d94ee2a0d645b0d4ceae33a2850220055316cb.tar.gz
Style/typo fixup of Turbo Boyer-Moore info.
Diffstat (limited to 'mysql-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%";