mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-25 18:32:06 +00:00
Replace "cannot" by "could not"
This commit is contained in:
parent
439b009a79
commit
056e47e752
13 changed files with 37 additions and 37 deletions
|
@ -91,7 +91,7 @@ run_controller(void *data) {
|
|||
bool ok = process_msg(controller, &msg);
|
||||
control_msg_destroy(&msg);
|
||||
if (!ok) {
|
||||
LOGD("Cannot write msg to socket");
|
||||
LOGD("Could not write msg to socket");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue