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

typo fixes (was PR 203)

This commit is contained in:
Georg Richter
2022-07-25 08:44:26 +02:00
parent cb6d03f228
commit 2dd03f04d1
2 changed files with 4 additions and 4 deletions

View File

@@ -3252,7 +3252,7 @@ error:
return FAIL;
}
/* Test a memory ovverun bug */
/* Test a memory overrun bug */
static int test_mem_overun(MYSQL *mysql)
{