Skip to content

Commit 0872000

Browse files
committed
f sp
1 parent 05c8a54 commit 0872000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,16 +405,16 @@ pub enum MessageSendInstructions {
405405
/// Indicates that a message should be sent including a reply path for the recipient to
406406
/// respond.
407407
WithReplyPath {
408-
/// The desination where we need to send our message.
408+
/// The destination where we need to send our message.
409409
send_path: BlindedMessagePath,
410410
/// The context to include in the reply path we'll give the recipient so they can respond
411411
/// to us.
412412
context: MessageContext,
413413
},
414-
/// Indicates that a emssage should be sent without including a reply path, preventing the
414+
/// Indicates that a message should be sent without including a reply path, preventing the
415415
/// recipient from responding.
416416
WithoutReplyPath {
417-
/// The desination where we need to send our message.
417+
/// The destination where we need to send our message.
418418
send_path: BlindedMessagePath,
419419
}
420420
}

0 commit comments

Comments
 (0)