summaryrefslogtreecommitdiff
path: root/sql/udf_example.c
diff options
context:
space:
mode:
authorPeter Lieverdink <me@cafuego.net>2009-10-01 09:40:51 +1000
committerPeter Lieverdink <me@cafuego.net>2009-10-01 09:40:51 +1000
commitcbaa5aaf47736f582faf8a9ed32eae285608c9fa (patch)
tree5c656ed6775e7df2a5ec849992eb44cd1e7049a8 /sql/udf_example.c
parent157fa0bb8d7e8b80b38a5fa41b0865d4f299d9e6 (diff)
downloadmariadb-git-cbaa5aaf47736f582faf8a9ed32eae285608c9fa.tar.gz
Typo fixes for "usefull" -> "useful".
Diffstat (limited to 'sql/udf_example.c')
-rw-r--r--sql/udf_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/udf_example.c b/sql/udf_example.c
index 30d85d95034..0c7a140579b 100644
--- a/sql/udf_example.c
+++ b/sql/udf_example.c
@@ -205,7 +205,7 @@ char *is_const(UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long
** try to keep the error message less than 80 bytes long!
**
** This function should return 1 if something goes wrong. In this case
-** message should contain something usefull!
+** message should contain something useful!
**************************************************************************/
#define MAXMETAPH 8