]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interface.py: fix typo
authorBrian Warner <warner@lothar.com>
Thu, 23 Oct 2008 22:59:36 +0000 (15:59 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 23 Oct 2008 22:59:36 +0000 (15:59 -0700)
src/allmydata/interfaces.py

index 506d871acbc8ffb82800c4684f263d0359305f15..9598f8ec9494484f342d55dcf7cf90477e336370 100644 (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.