mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
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
This commit is contained in:
committed by
Daniel Black
parent
e7ddf46632
commit
cebf9ee204
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user