# HG changeset patch # User timeless@mozdev.org # Date 1345237099 25200 # Node ID dc6364a81e421c8bdb8d68692da62774532637cf # Parent 63e302be813fd05f1e8df005dfbf78e1cd9790ba spelling: requested diff -r 63e302be813f -r dc6364a81e42 mercurial/httpclient/__init__.py --- 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: