summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-06-08 14:14:42 +0300
committerOtto Kekäläinen <otto@seravo.fi>2016-06-08 14:17:23 +0300
commiteffbe7dd7bdf4d27cb8764140a6d00c0b53af0b6 (patch)
tree7771bbdef76e31b77c0f1f2299b5f7256894cb9d /libmysql/libmysql.c
parent9de6708390885415dc6737fcdb96a53ce565a7c2 (diff)
downloadmariadb-git-effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6.tar.gz
General spell fixing in comments and strings
Diffstat (limited to 'libmysql/libmysql.c')
-rw-r--r--libmysql/libmysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index d5d673bb895..e91b3f75614 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -220,7 +220,7 @@ void STDCALL mysql_server_end()
}
#ifdef NOT_NEEDED
/*
- The following is not needed as if the program explicitely called
+ The following is not needed as if the program explicitly called
my_init() then we can assume it will also call my_end().
The reason to not also do it here is in that case we can't get
statistics from my_end() to debug log.