You've already forked mariadb-connector-c
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:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user