Fix wrong msg type in SendTxAbort, typo
[rust-lightning] / lightning / src / ln / msgs.rs
index 89ded2168bcc33bd8d4c1622dab6986231967671..e8a226932b4d252b5f3eb16d6daf1181b3b8059a 100644 (file)
@@ -1229,7 +1229,7 @@ pub trait ChannelMessageHandler : MessageSendEventsProvider {
        /// Handle an incoming `channel_ready` message from the given peer.
        fn handle_channel_ready(&self, their_node_id: &PublicKey, msg: &ChannelReady);
 
-       // Channl close:
+       // Channel close:
        /// Handle an incoming `shutdown` message from the given peer.
        fn handle_shutdown(&self, their_node_id: &PublicKey, msg: &Shutdown);
        /// Handle an incoming `closing_signed` message from the given peer.