summaryrefslogtreecommitdiff
path: root/mysql-test/main
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2020-12-20 21:07:38 +0200
committerDaniel Black <daniel@mariadb.org>2021-03-22 18:10:39 +1100
commitcebf9ee2040195a61fbed32d06cc2e335e9f8dfd (patch)
tree99068da2237fbb33ad57ab920e70332b3832b565 /mysql-test/main
parente7ddf46632db84f55af85cd4f401d59c6ab29242 (diff)
downloadmariadb-git-cebf9ee2040195a61fbed32d06cc2e335e9f8dfd.tar.gz
Fix various spelling errors still found in code
Reseting -> Resetting Unknow -> Unknown capabilites -> capabilities choosen -> chosen direcory -> directory informations -> information openned -> opened refered -> referred to access -> one to access missmatch -> mismatch succesfully -> successfully dont -> don't
Diffstat (limited to 'mysql-test/main')
-rw-r--r--mysql-test/main/partition.test2
-rw-r--r--mysql-test/main/ps_1general.test2
-rw-r--r--mysql-test/main/sp-error.result2
-rw-r--r--mysql-test/main/sp-error.test2
4 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/main/partition.test b/mysql-test/main/partition.test
index 81752982959..5d5dafdb206 100644
--- a/mysql-test/main/partition.test
+++ b/mysql-test/main/partition.test
@@ -1054,7 +1054,7 @@ drop table t1;
#
# Bug #17754 Change to explicit removal of partitioning scheme
# Also added a number of tests to ensure that proper engine is
-# choosen in all kinds of scenarios.
+# chosen in all kinds of scenarios.
#
create table t1 (a int)
diff --git a/mysql-test/main/ps_1general.test b/mysql-test/main/ps_1general.test
index 0df1b3cabe9..47db79cb6c6 100644
--- a/mysql-test/main/ps_1general.test
+++ b/mysql-test/main/ps_1general.test
@@ -60,7 +60,7 @@ select * from t1 where a = @var ;
# 3. DEALLOCATE PREPARE stmt_name;
#
-# Send the server the order to drop the parse informations.
+# Send the server the order to drop the parse information.
# The server will reply with "Query Ok" or an error message.
DEALLOCATE PREPARE stmt ;
diff --git a/mysql-test/main/sp-error.result b/mysql-test/main/sp-error.result
index 55777da3ee8..f64735f8006 100644
--- a/mysql-test/main/sp-error.result
+++ b/mysql-test/main/sp-error.result
@@ -2242,7 +2242,7 @@ H2
Warnings:
Warning 1642 Unhandled user-defined warning condition
-# -- Check that handlers are choosen properly in case of deep stack and
+# -- Check that handlers are chosen properly in case of deep stack and
# -- nested SQL-blocks.
CREATE PROCEDURE p10()
diff --git a/mysql-test/main/sp-error.test b/mysql-test/main/sp-error.test
index 4eb1a00caa4..d2af9834823 100644
--- a/mysql-test/main/sp-error.test
+++ b/mysql-test/main/sp-error.test
@@ -3162,7 +3162,7 @@ END|
CALL p9()|
--echo
---echo # -- Check that handlers are choosen properly in case of deep stack and
+--echo # -- Check that handlers are chosen properly in case of deep stack and
--echo # -- nested SQL-blocks.
--echo