summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2011-04-14 22:29:58 -0400
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2011-04-14 22:29:58 -0400
commita7e6a0eb9d142bd0636d48a86f92d43fdfef8f3f (patch)
tree06ca73ae74c7e22f60f552a0f352364e223b7dc4
parent16fbd6316b47ae94fe5dcc0e8aa20b6a83bde3e4 (diff)
style: fixed typo
-rw-r--r--papyon/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/papyon/client.py b/papyon/client.py
index ba5cf29..55ff508 100644
--- a/papyon/client.py
+++ b/papyon/client.py
@@ -285,7 +285,7 @@ class Client(EventsDispatcher):
def logout(self):
"""Logout from the server."""
if self._state == ClientState.CLOSED:
- logger.warning('alreay logged out')
+ logger.warning('already logged out')
return
self.__die = True
self._call_manager.close()