ソースを参照

Fix spelling and wrap at 80 columns

Mike Naberezny 11 年 前
コミット
0e4b6f6614
1 ファイル変更3 行追加3 行削除
  1. 3 3
      supervisor/http.py

+ 3 - 3
supervisor/http.py

@@ -136,9 +136,9 @@ class deferring_hooked_producer:
 
 class deferring_http_request(http_server.http_request):
     """ The medusa http_request class uses the default set of producers in
-    medusa.prodcers.  We can't use these because they don't know anything about
-    deferred responses, so we override various methods here.  This was added
-    to support tail -f like behavior on the logtail handler """
+    medusa.producers.  We can't use these because they don't know anything
+    about deferred responses, so we override various methods here.  This was
+    added to support tail -f like behavior on the logtail handler """
 
     def get_header(self, header):
         # this is overridden purely for speed (the base class doesn't