1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Various typo fixes

Includes fixes from PR-201.
This commit is contained in:
Georg Richter
2022-07-03 13:45:37 +02:00
parent 35826cd51c
commit 5f1f517cfa
12 changed files with 22 additions and 21 deletions

View File

@@ -4382,7 +4382,7 @@ static int test_set_option(MYSQL *mysql)
rc= 0;
while (mysql_fetch_row(result))
rc++;
FAIL_UNLESS(rc == 2, "rowcunt != 2");
FAIL_UNLESS(rc == 2, "rowcount != 2");
mysql_free_result(result);
stmt= mysql_stmt_init(mysql);