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

@ -12,7 +12,8 @@ generate_element!(
children: [
/// The associated URL.
url: Required<String> = ("url", OOB) => String,
/// An optionnal description of the out of band data.
/// An optional description of the out of band data.
desc: Option<String> = ("desc", OOB) => String,
]
);