diff options
author | musvaage <112724366+musvaage@users.noreply.github.com> | 2022-12-19 16:28:40 -0600 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-12-20 10:18:56 +1100 |
commit | 6d6e721b60443ee3216011a97ca0712897bce860 (patch) | |
tree | 59a3942e65f40702fafc5950db81ba174d58e738 /include/mysql | |
parent | 84774de49af133b6e702e51c0b0e69173a0594cd (diff) | |
download | mariadb-git-6d6e721b60443ee3216011a97ca0712897bce860.tar.gz |
header typo
Diffstat (limited to 'include/mysql')
-rw-r--r-- | include/mysql/service_sql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/service_sql.h b/include/mysql/service_sql.h index be9dcad669e..2fee56ca2c7 100644 --- a/include/mysql/service_sql.h +++ b/include/mysql/service_sql.h @@ -101,7 +101,7 @@ extern struct sql_service_st { */ MYSQL *mysql_real_connect_local(MYSQL *mysql); -/* The rest of the function declarations mest be taken from the mysql.h */ +/* The rest of the function declarations must be taken from the mysql.h */ #endif /*MYSQL_DYNAMIC_PLUGIN*/ |