diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-12-20 21:07:38 +0200 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-03-22 18:10:39 +1100 |
commit | cebf9ee2040195a61fbed32d06cc2e335e9f8dfd (patch) | |
tree | 99068da2237fbb33ad57ab920e70332b3832b565 /sql/sql_partition.cc | |
parent | e7ddf46632db84f55af85cd4f401d59c6ab29242 (diff) | |
download | mariadb-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 'sql/sql_partition.cc')
-rw-r--r-- | sql/sql_partition.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 3d33731da5c..86ba393fb7b 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -41,7 +41,7 @@ which is often referred to as column lists in the code variables. This enables a user to specify a set of columns and their concatenated value as the partition value. By comparing the concatenation of these values - the proper partition can be choosen. + the proper partition can be chosen. */ /* Some general useful functions */ |