From 6710f598172fe276f8d419be83e0997afc458202 Mon Sep 17 00:00:00 2001 From: pasha-bolokhov Date: Mon, 17 May 2021 07:54:50 -0700 Subject: [PATCH] Update async.c Typo fix --- unittest/libmariadb/async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/libmariadb/async.c b/unittest/libmariadb/async.c index 079f19d8..4c1a30e3 100644 --- a/unittest/libmariadb/async.c +++ b/unittest/libmariadb/async.c @@ -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; }