From ea233d811d20827212dc6344004a9b0d71e530d7 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 2 Aug 2021 14:32:35 +0200 Subject: [PATCH] Fix typo in DEVELOP.md PR #2540 Signed-off-by: Romain Vimont --- DEVELOP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOP.md b/DEVELOP.md index d11f139e..d200c3fd 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -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).