From 41bacca3f1042e9b3f10c7dd9aa36c70fbab25b9 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 2 Oct 2008 17:52:49 -0700 Subject: [PATCH] interfaces: fix minor typo --- src/allmydata/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.45.2