spelling: requested
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:19 -0700
changeset 17536 dc6364a81e42
parent 17535 63e302be813f
child 17537 31f32a96e1e3
spelling: requested
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: