diff options
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) { |