From: Brian Warner Date: Thu, 23 Oct 2008 22:59:36 +0000 (-0700) Subject: interface.py: fix typo X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=819d6b3d034e68e971749035d80eadb508200897;p=tahoe-lafs%2Ftahoe-lafs.git interface.py: fix typo --- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 506d871a..9598f8ec 100644 --- 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 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.