Skip to content

Commit

Permalink
Merge pull request #171 from pasha-bolokhov/patch-1
Browse files Browse the repository at this point in the history
Update async.c
  • Loading branch information
SergMariaDB committed Oct 5, 2021
2 parents 410d64d + 6710f59 commit 80215e2
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 80215e2

Please sign in to comment.