From 84860f28daa1711552b58a83548e77c169010c11 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 30 Nov 2022 08:46:38 +0000 Subject: [PATCH] fix: typo in sndcpy.sh Runing -> Running Signed-off-by: Ikko Ashimine --- QtScrcpy/sndcpy/sndcpy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtScrcpy/sndcpy/sndcpy.sh b/QtScrcpy/sndcpy/sndcpy.sh index 5906b78..840d258 100755 --- a/QtScrcpy/sndcpy/sndcpy.sh +++ b/QtScrcpy/sndcpy/sndcpy.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo Begin Runing... +echo Begin Running... SNDCPY_PORT=28200 SNDCPY_APK=sndcpy.apk ADB=./adb -- Gitee