File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ impl Listener {
227
227
// to the semaphore.
228
228
//
229
229
// `acquire_owned()` returns `Err` when the semaphore has been
230
- // closed. We don't ever close the sempahore , so `unwrap()` is safe.
230
+ // closed. We don't ever close the semaphore , so `unwrap()` is safe.
231
231
let permit = self
232
232
. limit_connections
233
233
. clone ( )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ async fn receive_message_multiple_subscribed_channels() {
67
67
}
68
68
69
69
/// test that a client accurately removes its own subscribed chanel list
70
- /// when unbscribing to all subscribed channels by submitting an empty vec
70
+ /// when unsubscribing to all subscribed channels by submitting an empty vec
71
71
#[ tokio:: test]
72
72
async fn unsubscribes_from_channels ( ) {
73
73
let ( addr, _) = start_server ( ) . await ;
You can’t perform that action at this time.
0 commit comments