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 @@ -2761,7 +2761,7 @@ where
2761
2761
| RpcOut :: Prune ( _)
2762
2762
| RpcOut :: Subscribe ( _)
2763
2763
| RpcOut :: Unsubscribe ( _) => {
2764
- unreachable ! ( "Channel for highpriority contorl messages is unbounded and should always be open." )
2764
+ unreachable ! ( "Channel for highpriority control messages is unbounded and should always be open." )
2765
2765
}
2766
2766
}
2767
2767
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ pub enum PeerCondition {
338
338
NotDialing ,
339
339
/// A combination of [`Disconnected`](PeerCondition::Disconnected) and
340
340
/// [`NotDialing`](PeerCondition::NotDialing). A new dialing attempt is
341
- /// iniated _only if_ the peer is both considered disconnected and there
341
+ /// initiated _only if_ the peer is both considered disconnected and there
342
342
/// is currently no ongoing dialing attempt.
343
343
#[ default]
344
344
DisconnectedAndNotDialing ,
You can’t perform that action at this time.
0 commit comments