mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-11 02:11:44 +08:00
Fix typo in error message
This commit is contained in:
parent
a007c038ca
commit
829da1477d
@ -2140,7 +2140,7 @@ parse_keyboard(const char *optarg, enum sc_keyboard_input_mode *mode) {
|
||||
#endif
|
||||
}
|
||||
|
||||
LOGE("Unsupported keyboard: %s (expected disabled, sdk, uhid and aoa)",
|
||||
LOGE("Unsupported keyboard: %s (expected disabled, sdk, uhid or aoa)",
|
||||
optarg);
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user