From: Daira Hopwood Date: Thu, 5 Sep 2013 17:07:54 +0000 (+0100) Subject: Sun Apr 1 02:36:55 BST 2012 david-sarah@jacaranda.org X-Git-Url: https://git.rkrishnan.org/provisioning?a=commitdiff_plain;h=90cd3e78d4e2e28fb6028434daab963c71b2a242;p=tahoe-lafs%2Ftahoe-lafs.git Sun Apr 1 02:36:55 BST 2012 david-sarah@jacaranda.org * Spelling error in a comment. --- diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index 4b354be7..136701a4 100644 --- a/src/allmydata/test/test_mutable.py +++ b/src/allmydata/test/test_mutable.py @@ -2127,7 +2127,7 @@ class Repair(unittest.TestCase, PublishMixin, ShouldFailMixin): def test_repair_empty(self): # bug 1689: delete one share of an empty mutable file, then repair. - # In the buggy version, the check that preceeds the retrieve+publish + # In the buggy version, the check that precedes the retrieve+publish # cycle uses MODE_READ, instead of MODE_REPAIR, and fails to get the # privkey that repair needs. d = self.publish_empty_sdmf()