changeset 17536:dc6364a81e42

spelling: requested
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents 63e302be813f
children 31f32a96e1e3
files mercurial/httpclient/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: