]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/architecture.txt
cleaning grammar
[tahoe-lafs/tahoe-lafs.git] / docs / architecture.txt
index 67bc2a4322419dd800a05656af47f170bf621f5a..f701a19ff52f278a4899c1dff579727402364a29 100644 (file)
@@ -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.