From 94a5bd03e4fabc36ddb45526b9a9657d6f15855e Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 4 Oct 2023 14:49:15 +0200 Subject: [PATCH] typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8412ab3..8bbffd8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -169,7 +169,7 @@ fn main() -> std::io::Result<()> { let speed = buf[1] >> 2; let data = &buf[0..number_of_bytes]; - thread::sleep(core::time::Duration::from_millis(200)); // Anti floog (?) + thread::sleep(core::time::Duration::from_millis(200)); // Anti flood (?) if subscribers.contains_key(&client_addr) { debug!("Client known: {client_addr}");