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
|
|
@ -293,7 +293,7 @@ pub enum PubSub {
|
|||
configure: Option<Configure>,
|
||||
},
|
||||
|
||||
/// A subcribe request.
|
||||
/// A subscribe request.
|
||||
Subscribe {
|
||||
/// The subscribe request.
|
||||
subscribe: Option<Subscribe>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue