xmpp-parsers: Fix typos noticed by codespell
This commit is contained in:
parent
6e1f24c385
commit
fa2846024f
3 changed files with 4 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ impl From<BindQuery> for Element {
|
|||
/// requests.
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct Bound {
|
||||
/// Indicates which messages got missed by this particuliar device, start is the oldest message
|
||||
/// Indicates which messages got missed by this particular device, start is the oldest message
|
||||
/// and end is the newest, before this connection.
|
||||
pub mam_metadata: Option<mam::MetadataResponse>,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue