Skip to content

Commit

Permalink
Update async.c
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
pasha-bolokhov committed May 17, 2021
1 parent 2a5f8d9 commit 6710f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/libmariadb/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6710f59

Please sign in to comment.