Rev 2833: Review feeback. in file:///v/home/vila/src/cleanup/http.server/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Sep 20 10:55:28 BST 2007
At file:///v/home/vila/src/cleanup/http.server/
------------------------------------------------------------
revno: 2833
revision-id: v.ladeuil+lp at free.fr-20070920095526-ol9oqrq8vhv33wdm
parent: v.ladeuil+lp at free.fr-20070919014438-w65bobnp7lxa2ti4
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: http.server
timestamp: Thu 2007-09-20 11:55:26 +0200
message:
Review feeback.
* bzrlib/tests/HttpServer.py:
(TestingHTTPRequestHandler._handle_one_request): Fix typo.
modified:
bzrlib/tests/HttpServer.py httpserver.py-20061012142527-m1yxdj1xazsf8d7s-1
-------------- next part --------------
=== modified file 'bzrlib/tests/HttpServer.py'
--- a/bzrlib/tests/HttpServer.py 2007-09-19 01:44:38 +0000
+++ b/bzrlib/tests/HttpServer.py 2007-09-20 09:55:26 +0000
@@ -82,7 +82,7 @@
__doc__ string for information on how to handle specific HTTP
commands such as GET and POST.
- On some platforms, notably OS X, a lot of EAGAIN (ressource temporary
+ On some platforms, notably OS X, a lot of EAGAIN (resource temporary
unavailable) occur. We retry silently at most 10 times.
"""
for i in xrange(1,11): # Don't try more than 10 times
More information about the bazaar-commits
mailing list