xmpp-parsers: Fix typos noticed by codespell

This commit is contained in:
Emmanuel Gil Peyrot 2024-07-24 22:38:58 +02:00 committed by Jonas Schäfer
commit fa2846024f
3 changed files with 4 additions and 3 deletions

View file

@ -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>,