From 1570844b0b806dc908f3d2bd3eb6aa429489fc66 Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Tue, 7 May 2024 01:13:55 +0100 Subject: [PATCH] typo --- p2p/cuprate-p2p/src/client_pool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/cuprate-p2p/src/client_pool.rs b/p2p/cuprate-p2p/src/client_pool.rs index 66feeb92..c397bede 100644 --- a/p2p/cuprate-p2p/src/client_pool.rs +++ b/p2p/cuprate-p2p/src/client_pool.rs @@ -78,7 +78,7 @@ impl ClientPool { assert!(res.is_none()); // We have to check this again otherwise we could have a race condition where a - // peer is disconnected after the first check, the disconnect monitor trys to remove it, + // peer is disconnected after the first check, the disconnect monitor tries to remove it, // and then it is added to the pool. if handle.is_closed() { self.remove_client(&id);