]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p/HTTPServer.py
Massive work on the peer downloading, not working or complete yet.
[quix0rs-apt-p2p.git] / apt_p2p / HTTPServer.py
index b5a858d455b94f6e49749dcfc87cfac291c05497..c3c64b86b5434dcf21ff1a3d769e28733fffcf12 100644 (file)
@@ -56,7 +56,7 @@ class FileDownloader(static.File):
 class FileUploaderStream(stream.FileStream):
     """Modified to make it suitable for streaming to peers.
     
-    Streams the file is small chunks to make it easier to throttle the
+    Streams the file in small chunks to make it easier to throttle the
     streaming to peers.
     
     @ivar CHUNK_SIZE: the size of chunks of data to send at a time