Skip to content

Commit 420ab8a

Browse files
committed
f spelling
1 parent fa4560a commit 420ab8a

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
@@ -525,7 +525,7 @@ pub(crate) const MAX_LOCAL_BREAKDOWN_TIMEOUT: u16 = 2 * 6 * 24 * 7;
525525
/// The minimum number of blocks between an inbound HTLC's CLTV and the corresponding outbound
526526
/// HTLC's CLTV.
527527
///
528-
/// This can be incrased (but not decreased) through [`ChannelConfig::cltv_expiry_delta`]
528+
/// This can be increased (but not decreased) through [`ChannelConfig::cltv_expiry_delta`]
529529
///
530530
/// [`ChannelConfig::cltv_expiry_delta`]: `crate::util::config::ChannelConfig::cltv_expiry_delta`
531531
// This should always be a few blocks greater than channelmonitor::CLTV_CLAIM_BUFFER,

0 commit comments

Comments
 (0)