From 819d6b3d034e68e971749035d80eadb508200897 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 23 Oct 2008 15:59:36 -0700 Subject: [PATCH] interface.py: fix typo --- src/allmydata/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2