Fix typos

PR <https://github.com/Genymobile/scrcpy/pull/927>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
senta2006
2019-11-15 17:44:24 +09:00
committed by Romain Vimont
parent 601b0fecdd
commit 7aed5d5b60
2 changed files with 3 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ server_connect_to(struct server *server) {
server->control_socket = net_accept(server->server_socket);
if (server->control_socket == INVALID_SOCKET) {
// the video_socket will be clean up on destroy
// the video_socket will be cleaned up on destroy
return false;
}