Skip to content

Commit 2d0d027

Browse files
committed
f comment spelling
1 parent 547c0f9 commit 2d0d027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/src/full_stack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ pub fn do_test(data: &[u8], logger: &Arc<dyn Logger>) {
533533
}
534534
};
535535
if let Err(e) = channelmanager.funding_transaction_generated(&funding_generation.0, tx.clone()) {
536-
// Its possible the channel has been closed in the mean time, but any other
536+
// It's possible the channel has been closed in the mean time, but any other
537537
// failure may be a bug.
538538
if let APIError::ChannelUnavailable { err } = e {
539539
assert_eq!(err, "No such channel");

0 commit comments

Comments
 (0)