projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0bdf9a
)
interfaces: fix minor typo
author
Brian Warner
<warner@allmydata.com>
Fri, 3 Oct 2008 00:52:49 +0000
(17:52 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 3 Oct 2008 00:52:49 +0000
(17:52 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index ca89d4d14056b016a5e811a186e9cebb11d3858b..9a0f3d3fd7b828fc875cef686271f63d16b4dd00 100644
(file)
--- 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 IConsum
able
, the downloader
+ # Note that if the IDownloadTarget is also an IConsum
er
, the downloader
# will register itself as a producer. This allows the target to invoke
# downloader.pauseProducing, resumeProducing, and stopProducing.
def open(size):