# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:19 # Node ID dc6364a81e421c8bdb8d68692da62774532637cf # Parent 63e302be813fd05f1e8df005dfbf78e1cd9790ba spelling: requested diff --git a/mercurial/httpclient/__init__.py b/mercurial/httpclient/__init__.py --- a/mercurial/httpclient/__init__.py +++ b/mercurial/httpclient/__init__.py @@ -414,7 +414,7 @@ class HTTPConnection(object): """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: