Skip to content

Commit 06f09ee

Browse files
authored
Merge pull request #2067 from benthecarman/fix-typos
Fix typos in lightning-transaction-sync
2 parents 41bcd68 + 5378891 commit 06f09ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-transaction-sync/src/error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl fmt::Display for TxSyncError {
2222
pub(crate) enum InternalError {
2323
/// A transaction sync failed and needs to be retried eventually.
2424
Failed,
25-
/// An inconsisteny was encounterd during transaction sync.
25+
/// An inconsistency was encountered during transaction sync.
2626
Inconsistency,
2727
}
2828

@@ -32,7 +32,7 @@ impl fmt::Display for InternalError {
3232
match *self {
3333
Self::Failed => write!(f, "Failed to conduct transaction sync."),
3434
Self::Inconsistency => {
35-
write!(f, "Encountered an inconsisteny during transaction sync.")
35+
write!(f, "Encountered an inconsistency during transaction sync.")
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)