fix: typo in AsyncConfig comment

Guus der Kinderen created

Change summary

tokio-xmpp/src/client/async_client.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

tokio-xmpp/src/client/async_client.rs 🔗

@@ -48,7 +48,7 @@ pub enum ServerConfig {
     },
 }
 
-/// XMMPP client configuration
+/// XMPP client configuration
 #[derive(Clone, Debug)]
 pub struct Config {
     /// jid of the account