commit ee032b97003aad2fdb45a5f3ca26f5478b2e8276
parent d2561596a667655f3e994deabebdb5f8b1ac81d9
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Wed, 12 Apr 2023 17:10:48 -0700
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
@@ -394,7 +394,7 @@ impl LeChatPHPClient {
let mut app = App::default();
// Each threads gets a clone of the receiver.
- // When someone calls ".signal", all threads recieve it,
+ // When someone calls ".signal", all threads receive it,
// and knows that they have to terminate.
let sig = Arc::new(Mutex::new(Sig::new()));