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

Update async.c

Typo fix
This commit is contained in:
pasha-bolokhov
2021-05-17 07:54:50 -07:00
committed by GitHub
parent 2a5f8d940c
commit 6710f59817

View File

@@ -37,7 +37,7 @@ static int test_async(MYSQL *mysql)
if (type > MARIADB_CONNECTION_TCP)
{
skip_async= 1;
diag("Asnyc IO not supported");
diag("Async IO not supported");
}
return OK;
}