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/udf_example.c | |
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/udf_example.c')
-rw-r--r-- | sql/udf_example.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/udf_example.c b/sql/udf_example.c index e4757de880d..cb3f3ad1c98 100644 --- a/sql/udf_example.c +++ b/sql/udf_example.c @@ -972,7 +972,7 @@ avgcost_deinit( UDF_INIT* initid ) } -/* This is only for MySQL 4.0 compability */ +/* This is only for MySQL 4.0 compatibility */ void avgcost_reset(UDF_INIT* initid, UDF_ARGS* args, char* is_null, char* message) { @@ -1119,7 +1119,7 @@ avg2_deinit( UDF_INIT* initid ) } -/* This is only for MySQL 4.0 compability */ +/* This is only for MySQL 4.0 compatibility */ void avg2_reset(UDF_INIT* initid, UDF_ARGS* args, char* is_null, char* message) { |