From 451389e110df1d1e9b62071dfc75f568aa4e99f2 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 16 Jul 2023 13:10:15 +0900 Subject: [PATCH] refactor: fix typo in AsstCaller.h Aysnc -> Async --- include/AsstCaller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/AsstCaller.h b/include/AsstCaller.h index cd8a43b1d8..9dcef3f7bf 100644 --- a/include/AsstCaller.h +++ b/include/AsstCaller.h @@ -47,7 +47,7 @@ extern "C" AsstBool ASSTAPI AsstRunning(AsstHandle handle); AsstBool ASSTAPI AsstConnected(AsstHandle handle); - /* Aysnc with AsstMsg::AsyncCallInfo Callback*/ + /* Async with AsstMsg::AsyncCallInfo Callback*/ AsstAsyncCallId ASSTAPI AsstAsyncConnect(AsstHandle handle, const char* adb_path, const char* address, const char* config, AsstBool block); AsstAsyncCallId ASSTAPI AsstAsyncClick(AsstHandle handle, int32_t x, int32_t y, AsstBool block);