Skip to content

Commit c7ab47c

Browse files
Fix typo in "deserialized"
1 parent 2ca5990 commit c7ab47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl fmt::Display for BuildError {
113113
write!(f, "System time is invalid. Clocks might have gone back in time.")
114114
}
115115
Self::InvalidChannelMonitor => {
116-
write!(f, "Failed to watch a deserialzed ChannelMonitor")
116+
write!(f, "Failed to watch a deserialized ChannelMonitor")
117117
}
118118
Self::ReadFailed => write!(f, "Failed to read from store."),
119119
Self::WriteFailed => write!(f, "Failed to write to store."),

0 commit comments

Comments
 (0)