mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +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" (
|
||||
goto build_mode_ok
|
||||
)
|
||||
echo error: unkonow build mode -- %1
|
||||
echo error: unknown build mode -- %1
|
||||
goto return
|
||||
:build_mode_ok
|
||||
|
||||
|
@ -111,4 +111,4 @@ set errno=0
|
|||
|
||||
:return
|
||||
cd %old_cd%
|
||||
exit /B %errno%
|
||||
exit /B %errno%
|
||||
|
|
Loading…
Add table
Reference in a new issue