Skip to content

Commit 81e6beb

Browse files
committed
f sp
1 parent 58c3c5a commit 81e6beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ pub enum MessageSendInstructions {
406406
/// Indicates that a message should be sent including the provided reply path for the recipient
407407
/// to respond.
408408
WithSpecifiedReplyPath {
409-
/// The desination where we need to send our message.
409+
/// The destination where we need to send our message.
410410
destination: Destination,
411411
/// The reply path which should be included in the message.
412412
reply_path: BlindedMessagePath,

0 commit comments

Comments
 (0)