Fix typos across the codebase (thanks codespell!)
This commit is contained in:
parent
ccd46047be
commit
002c2803d4
9 changed files with 9 additions and 9 deletions
|
|
@ -23,7 +23,7 @@ pub enum Error {
|
|||
Auth(AuthError),
|
||||
/// Connection closed
|
||||
Disconnected,
|
||||
/// Shoud never happen
|
||||
/// Should never happen
|
||||
InvalidState,
|
||||
/// Fmt error
|
||||
Fmt(fmt::Error),
|
||||
|
|
|
|||
|
|
@ -357,7 +357,7 @@ mod tests {
|
|||
});
|
||||
}
|
||||
|
||||
/// By default, encode() only get's a BytesMut that has 8kb space reserved.
|
||||
/// By default, encode() only gets a BytesMut that has 8 KiB space reserved.
|
||||
#[test]
|
||||
fn test_large_stanza() {
|
||||
use futures::{executor::block_on, sink::SinkExt};
|
||||
|
|
|
|||
Loading…
Reference in a new issue