We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca5990 commit c7ab47cCopy full SHA for c7ab47c
src/builder.rs
@@ -113,7 +113,7 @@ impl fmt::Display for BuildError {
113
write!(f, "System time is invalid. Clocks might have gone back in time.")
114
}
115
Self::InvalidChannelMonitor => {
116
- write!(f, "Failed to watch a deserialzed ChannelMonitor")
+ write!(f, "Failed to watch a deserialized ChannelMonitor")
117
118
Self::ReadFailed => write!(f, "Failed to read from store."),
119
Self::WriteFailed => write!(f, "Failed to write to store."),
0 commit comments