[27257] in Source-Commits
Re: python-discuss commit: Fix a typo in the comments
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Wed Sep 4 23:40:56 2013
Date: Wed, 4 Sep 2013 23:40:46 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Victor Vasiliev <vasilvv@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201309041334.r84DYEKC012388@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1309042340120.16692@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
(ACK, thanks. I don't think an UNRELEASED changelog entry is necessary
for this.)
On Wed, 4 Sep 2013, Victor Vasiliev wrote:
> 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.
>