mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -81,8 +81,8 @@ pub enum ECIESErrorImpl {
|
||||
/// a message from the (partially filled) buffer.
|
||||
#[error("stream closed due to not being readable")]
|
||||
UnreadableStream,
|
||||
// Error when data is not recieved from peer for a prolonged period.
|
||||
#[error("never recieved data from remote peer")]
|
||||
// Error when data is not received from peer for a prolonged period.
|
||||
#[error("never received data from remote peer")]
|
||||
StreamTimeout,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user