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

@ -4,7 +4,7 @@
//! minidom [`Element`] and returns a `Result` whose value is `Ok` if the
//! element parsed correctly, `Err(error::Error)` otherwise.
//!
//! The returned structure can be manipuled as any Rust structure, with each
//! The returned structure can be manipulated as any Rust structure, with each
//! field being public. You can also create the same structure manually, with
//! some having `new()` and `with_*()` helper methods to create them.
//!