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

@@ -755,7 +755,7 @@ static int test_bug11656(MYSQL *mysql)
return OK;
}
/* Cursors: opening a cursor to a compilicated query with ORDER BY */
/* Cursors: opening a cursor to a complicated query with ORDER BY */
static int test_bug11901(MYSQL *mysql)
{
@@ -1700,7 +1700,7 @@ static int test_bug9478(MYSQL *mysql)
return OK;
}
/* Crash when opening a cursor to a query with DISTICNT and no key */
/* Crash when opening a cursor to a query with DISTINCT and no key */
static int test_bug9520(MYSQL *mysql)
{