From: wilcoxjg <wilcoxjg@gmail.com>
Date: Thu, 9 Aug 2007 04:11:54 +0000 (-0700)
Subject: cleaning grammar
X-Git-Url: https://git.rkrishnan.org/%5B/listings/index.php?a=commitdiff_plain;h=1cc2040d181fcdeaf34eeab4faa9ad173b3dfe1b;p=tahoe-lafs%2Ftahoe-lafs.git

cleaning grammar
---

diff --git a/docs/architecture.txt b/docs/architecture.txt
index 67bc2a43..f701a19f 100644
--- a/docs/architecture.txt
+++ b/docs/architecture.txt
@@ -8,7 +8,7 @@ virtual drive, and the application that sits on top.
 
 The lowest layer is the "grid", basically a DHT (Distributed Hash Table)
 which maps URIs to data. The URIs are relatively short ascii strings
-(currently about 140 bytes), and each is used as references to an immutable
+(currently about 140 bytes), and each is used as a reference to an immutable
 arbitrary-length sequence of data bytes. This data is distributed around the
 grid in a large number of nodes, such that a statistically unlikely number
 of nodes would have to be unavailable for the data to become unavailable.