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:
76b7b9d
)
interface.py: fix typo
author
Brian Warner
<warner@lothar.com>
Thu, 23 Oct 2008 22:59:36 +0000
(15:59 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 23 Oct 2008 22:59:36 +0000
(15:59 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index 506d871acbc8ffb82800c4684f263d0359305f15..9598f8ec9494484f342d55dcf7cf90477e336370 100644
(file)
--- a/
src/allmydata/interfaces.py
+++ b/
src/allmydata/interfaces.py
@@
-1556,7
+1556,7
@@
class ICheckerResults(Interface):
sharemap: dict mapping share identifier to list of serverids
(binary strings). This indicates which servers are holding
which shares. For immutable files, the shareid is an
- integer (the share number, from 0 to N-1). For
im
mutable
+ integer (the share number, from 0 to N-1). For mutable
files, it is a string of the form 'seq%d-%s-sh%d',
containing the sequence number, the roothash, and the
share number.