interface.py: fix typo

This commit is contained in:
Brian Warner 2008-10-23 15:59:36 -07:00
parent 76b7b9d835
commit 819d6b3d03

View File

@ -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 immutable
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.