From effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Wed, 8 Jun 2016 14:14:42 +0300 Subject: General spell fixing in comments and strings --- include/mysql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mysql.h') 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 -- cgit v1.2.1