Skip to content

Commit 66a448e

Browse files
committed
Fix typo in src/payment_store.rs
1 parent e14e1ad commit 66a448e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl_writeable_tlv_based_enum!(PaymentDirection,
6060
pub enum PaymentStatus {
6161
/// The payment is still pending.
6262
Pending,
63-
/// The payment suceeded.
63+
/// The payment succeeded.
6464
Succeeded,
6565
/// The payment failed.
6666
Failed,

0 commit comments

Comments
 (0)