diff options
Diffstat (limited to 'crates/tor-chanmgr/src')
| -rw-r--r-- | crates/tor-chanmgr/src/mgr/select.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-chanmgr/src/mgr/select.rs b/crates/tor-chanmgr/src/mgr/select.rs index 517f19a01..4a4562f9b 100644 --- a/crates/tor-chanmgr/src/mgr/select.rs +++ b/crates/tor-chanmgr/src/mgr/select.rs @@ -401,7 +401,7 @@ mod test { #[test] fn best_channel_many() { - // some misc channels (as we make `choose_best_channel` more complex, hopefull we can add + // some misc channels (as we make `choose_best_channel` more complex, hopeful we can add // more channels here) let channels = [ ChannelState::Open(open_channel(FakeChannel { |
