mercurial/httpclient/__init__.py
changeset 17536 dc6364a81e42
parent 16774 69af967b6d6f
child 17537 31f32a96e1e3
--- 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: