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

@ -293,7 +293,7 @@ pub enum PubSub {
configure: Option<Configure>,
},
/// A subcribe request.
/// A subscribe request.
Subscribe {
/// The subscribe request.
subscribe: Option<Subscribe>,