[27255] in Source-Commits
python-discuss commit: Fix a typo in the comments
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Wed Sep 4 09:34:23 2013
Date: Wed, 4 Sep 2013 09:34:14 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201309041334.r84DYEKC012388@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-discuss/commit/e0f42a2167c978b0088670592a6576d730cf68d9
commit e0f42a2167c978b0088670592a6576d730cf68d9
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Wed Sep 4 08:22:39 2013 -0400
Fix a typo in the comments
discuss/client.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/discuss/client.py b/discuss/client.py
index 4ab920e..9599256 100644
--- a/discuss/client.py
+++ b/discuss/client.py
@@ -35,7 +35,7 @@ def autoreconnects(f):
#
# Here is a practcal description of discuss protocol:
-# 1. Connection is establised.
+# 1. Connection is established.
# 2. Clients send server a block with a Kerberos ticket. Server is silent.
# 3. Client sends commands. Each command has block type of "command code + 400",
# each response has to be 0 or an error code.