mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 05:48:38 +00:00
Correct typo error
Correct "unkonow" -> "unknown"
This commit is contained in:
parent
51748710d4
commit
416d2df3de
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ if "%1"=="MinSizeRel" (
|
||||||
if "%1"=="RelWithDebInfo" (
|
if "%1"=="RelWithDebInfo" (
|
||||||
goto build_mode_ok
|
goto build_mode_ok
|
||||||
)
|
)
|
||||||
echo error: unkonow build mode -- %1
|
echo error: unknown build mode -- %1
|
||||||
goto return
|
goto return
|
||||||
:build_mode_ok
|
:build_mode_ok
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue