Skip to content

Commit 8ca03f8

Browse files
committed
f typo
1 parent fcaafd1 commit 8ca03f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub trait SocketDescriptor : cmp::Eq + hash::Hash + Clone {
8888
}
8989

9090
/// Error for PeerManager errors. If you get one of these, you must disconnect the socket and
91-
/// generate no further read_event/write_buffer_space_avail/doscket_disconnected calls for the
91+
/// generate no further read_event/write_buffer_space_avail/socket_disconnected calls for the
9292
/// descriptor.
9393
pub struct PeerHandleError {
9494
/// Used to indicate that we probably can't make any future connections to this peer, implying

0 commit comments

Comments
 (0)