]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs/specifications/dirnodes.txt: 'mesh'->'grid'.
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 23 Jul 2010 06:16:16 +0000 (23:16 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 23 Jul 2010 06:16:16 +0000 (23:16 -0700)
docs/specifications/dirnodes.txt

index f8a3cb486ea2d7cc1df7388fd712b8e712aa1e5d..fad76417af1226c2b2b635b43e1975598a6095b9 100644 (file)
@@ -3,7 +3,7 @@
 
 As explained in the architecture docs, Tahoe-LAFS can be roughly viewed as
 a collection of three layers. The lowest layer is the key-value store: it
-provides operations that accept files and upload them to the mesh, creating
+provides operations that accept files and upload them to the grid, creating
 a URI in the process which securely references the file's contents.
 The middle layer is the filesystem, creating a structure of directories and
 filenames resembling the traditional unix/windows filesystems. The top layer
@@ -35,7 +35,7 @@ contents of a pre-existing slot, and the third retrieves the contents:
 == Filesystem Goals ==
 
 The main goal for the middle (filesystem) layer is to give users a way to
-organize the data that they have uploaded into the mesh. The traditional way
+organize the data that they have uploaded into the grid. The traditional way
 to do this in computer filesystems is to put this data into files, give those
 files names, and collect these names into directories.