Fix typos across the codebase (thanks codespell!)

This commit is contained in:
Emmanuel Gil Peyrot 2024-05-13 22:54:26 +02:00 committed by Jonas Schäfer
commit 002c2803d4
9 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@ pub enum Error {
Auth(AuthError),
/// Connection closed
Disconnected,
/// Shoud never happen
/// Should never happen
InvalidState,
/// Fmt error
Fmt(fmt::Error),