From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 22 Jan 2008 00:26:28 +0000 (-0700)
Subject: docs: architecture.txt: reflow to 77 cols
X-Git-Url: https://git.rkrishnan.org/pf/content/simplejson/frontends/...?a=commitdiff_plain;h=21489031250e6751c24dfc709d37be7a9d3c4f91;p=tahoe-lafs%2Ftahoe-lafs.git

docs: architecture.txt: reflow to 77 cols
Experiment showed that reflowing to 77 cols changed the fewest lines.
---

diff --git a/docs/architecture.txt b/docs/architecture.txt
index a419f5d7..b7526228 100644
--- a/docs/architecture.txt
+++ b/docs/architecture.txt
@@ -577,8 +577,8 @@ will take out all of them at once. The "Sybil Attack" is where a single
 attacker convinces you that they are actually multiple servers, so that you
 think you are using a large number of independent peers, but in fact you have
 a single point of failure (where the attacker turns off all their machines at
-once). Large grids, with lots of truly-independent peers, will enable the
-use of lower expansion factors to achieve the same reliability, but increase
+once). Large grids, with lots of truly-independent peers, will enable the use
+of lower expansion factors to achieve the same reliability, but increase
 overhead because each peer needs to know something about every other, and the
 rate at which peers come and go will be higher (requiring network maintenance
 traffic). Also, the File Repairer work will increase with larger grids,