From: Brian Warner <warner@allmydata.com>
Date: Fri, 3 Oct 2008 00:52:49 +0000 (-0700)
Subject: interfaces: fix minor typo
X-Git-Url: https://git.rkrishnan.org/pf/content/en/footer/CLI.txt?a=commitdiff_plain;h=41bacca3f1042e9b3f10c7dd9aa36c70fbab25b9;p=tahoe-lafs%2Ftahoe-lafs.git

interfaces: fix minor typo
---

diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py
index ca89d4d1..9a0f3d3f 100644
--- a/src/allmydata/interfaces.py
+++ b/src/allmydata/interfaces.py
@@ -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):