diff --git a/examples/echo_client.py b/examples/echo_client.py index fa2be87..ee9fd55 100644 --- a/examples/echo_client.py +++ b/examples/echo_client.py @@ -32,7 +32,7 @@ class EchoBot(ClientXMPP): A simple Slixmpp bot that will echo encrypted messages it receives, along with a short thank you message. - For details on how to build a client with slixmpp, look at exemples in the + For details on how to build a client with slixmpp, look at examples in the slixmpp repository. """