mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
Fix typo
This commit is contained in:
parent
ab12b6c981
commit
0b1155b553
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ The server uses 3 threads:
|
|||
- the **main** thread, encoding and streaming the video to the client;
|
||||
- the **controller** thread, listening for _control messages_ (typically,
|
||||
keyboard and mouse events) from the client;
|
||||
- the **receiver** thread (managed by the controller), sending _device messges_
|
||||
- the **receiver** thread (managed by the controller), sending _device messages_
|
||||
to the clients (currently, it is only used to send the device clipboard
|
||||
content).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue