]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces: fix minor typo
authorBrian Warner <warner@allmydata.com>
Fri, 3 Oct 2008 00:52:49 +0000 (17:52 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 3 Oct 2008 00:52:49 +0000 (17:52 -0700)
src/allmydata/interfaces.py

index ca89d4d14056b016a5e811a186e9cebb11d3858b..9a0f3d3fd7b828fc875cef686271f63d16b4dd00 100644 (file)
@@ -1182,7 +1182,7 @@ class IDecoder(Interface):
         """
 
 class IDownloadTarget(Interface):
-    # Note that if the IDownloadTarget is also an IConsumable, the downloader
+    # Note that if the IDownloadTarget is also an IConsumer, the downloader
     # will register itself as a producer. This allows the target to invoke
     # downloader.pauseProducing, resumeProducing, and stopProducing.
     def open(size):