Skip to content

Commit 658a2ac

Browse files
committed
Fix a small typo in code
1 parent 6e40e5f commit 658a2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8007,7 +8007,7 @@ where
80078007
/// will randomly be placed first or last in the returned array.
80088008
///
80098009
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8010-
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be pleaced among
8010+
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be placed among
80118011
/// the `MessageSendEvent`s to the specific peer they were generated under.
80128012
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
80138013
let events = RefCell::new(Vec::new());

0 commit comments

Comments
 (0)