From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 1 Apr 2012 01:36:55 +0000 (+0000)
Subject: Spelling error in a comment.
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22news.html/vdrive?a=commitdiff_plain;h=122f63aa64359aaad9b0b332d374adff0b5cc597;p=tahoe-lafs%2Ftahoe-lafs.git

Spelling error in a comment.
---

diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py
index 1a3b7b17..e0deb669 100644
--- a/src/allmydata/test/test_mutable.py
+++ b/src/allmydata/test/test_mutable.py
@@ -2180,7 +2180,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()