diff --git a/src/lib.rs b/src/lib.rs index 50fdcf7cecb62971b4498ab1f1b6fc6dee82007c..bfed02a5029575f7f05770728c8130f82452d3bf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ #![deny(unsafe_code, unused, missing_docs)] -//! XMPP implemeentation with asynchronous I/O using Tokio. +//! XMPP implementation with asynchronous I/O using Tokio. #[macro_use] extern crate derive_error;