fix typos
This commit is contained in:
parent
a503c8534f
commit
2ff89a9e42
16 changed files with 39 additions and 38 deletions
|
|
@ -24,6 +24,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
nothing so far uses it for anything but this message. We can always
|
||||
change it again once any other specification allows e.g. presences or
|
||||
iqs.
|
||||
- Module `jingle_thumnails` renamed to `jingle_thumbnails`.
|
||||
* New parsers/serialisers:
|
||||
- Stream Features (RFC 6120) (!400)
|
||||
- Extensible SASL Profile (XEP-0388)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ pub struct Thumbnail {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::jingle_thumnails::Thumbnail;
|
||||
use crate::jingle_thumbnails::Thumbnail;
|
||||
use minidom::Element;
|
||||
|
||||
#[test]
|
||||
|
|
@ -196,7 +196,7 @@ pub mod jingle_s5b;
|
|||
pub mod jingle_ibb;
|
||||
|
||||
/// XEP-0264: Jingle Content Thumbnails
|
||||
pub mod jingle_thumnails;
|
||||
pub mod jingle_thumbnails;
|
||||
|
||||
/// XEP-0280: Message Carbons
|
||||
pub mod carbons;
|
||||
|
|
|
|||
Loading…
Reference in a new issue