Mercurial > public > mercurial-scm > hg-stable
diff mercurial/httpclient/__init__.py @ 17536:dc6364a81e42
spelling: requested
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:19 -0700 |
parents | 69af967b6d6f |
children | 31f32a96e1e3 |
line wrap: on
line diff
--- a/mercurial/httpclient/__init__.py Fri Aug 17 13:58:19 2012 -0700 +++ b/mercurial/httpclient/__init__.py Fri Aug 17 13:58:19 2012 -0700 @@ -414,7 +414,7 @@ """Close the connection to the server. This is a no-op if the connection is already closed. The - connection may automatically close if requessted by the server + connection may automatically close if requested by the server or required by the nature of a response. """ if self.sock is None: