From e274f4350c1160a2000dd0c0e8e60b42d9025a2b Mon Sep 17 00:00:00 2001
From: wilcoxjg <wilcoxjg@gmail.com>
Date: Wed, 8 Aug 2007 21:17:54 -0700
Subject: [PATCH] in --> across

---
 docs/architecture.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/architecture.txt b/docs/architecture.txt
index f701a19f..085204c5 100644
--- a/docs/architecture.txt
+++ b/docs/architecture.txt
@@ -10,7 +10,7 @@ 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 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
+grid across a large number of nodes, such that a statistically unlikely number
 of nodes would have to be unavailable for the data to become unavailable.
 
 The middle layer is the virtual drive: a tree-shaped data structure in which
-- 
2.45.2