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

Fixes misc. typos

found via `codespell -q 3`
This commit is contained in:
luz.paz
2018-03-30 06:45:19 -04:00
committed by Georg Richter
parent 128d152f19
commit b2e6ed0295
36 changed files with 82 additions and 82 deletions

View File

@@ -4018,7 +4018,7 @@ static int test_rewind(MYSQL *mysql)
rc= mysql_stmt_bind_result(stmt, &my_bind);
check_stmt_rc(rc, stmt);
/* retreive all result sets till we are at the end */
/* retrieve all result sets till we are at the end */
while(!(rc=mysql_stmt_fetch(stmt)));
FAIL_UNLESS(rc == MYSQL_NO_DATA, "rc != MYSQL_NO_DATA");