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
|
|
@ -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,
|
||||
]
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue