diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2016-06-08 14:14:42 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@seravo.fi> | 2016-06-08 14:17:23 +0300 |
commit | effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6 (patch) | |
tree | 7771bbdef76e31b77c0f1f2299b5f7256894cb9d /include/mysql.h | |
parent | 9de6708390885415dc6737fcdb96a53ce565a7c2 (diff) | |
download | mariadb-git-effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6.tar.gz |
General spell fixing in comments and strings
Diffstat (limited to 'include/mysql.h')
-rw-r--r-- | include/mysql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h index f088ad668a1..19099b4f404 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -367,7 +367,7 @@ void STDCALL mysql_server_end(void); /* mysql_server_init/end need to be called when using libmysqld or libmysqlclient (exactly, mysql_server_init() is called by mysql_init() so - you don't need to call it explicitely; but you need to call + you don't need to call it explicitly; but you need to call mysql_server_end() to free memory). The names are a bit misleading (mysql_SERVER* to be used when using libmysqlCLIENT). So we add more general names which suit well whether you're using libmysqld or libmysqlclient. We |