]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/filetree/directory.py
globally search and replace "mesh" with "grid" and adjust description of the effect...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / filetree / directory.py
index 02a9397b5e3e2de9066d5de802471cd096e3887e..32908f92a22270e9e367443ad33053783a09385c 100644 (file)
@@ -135,7 +135,7 @@ class _DirectorySubTree(object):
         # self.populate_from_node must be defined by the subclass (CHK or
         # SSK), since it controls how the spec is interpreted. It will
         # probably use the contents of the node to figure out what to
-        # download from the mesh, then pass this downloaded serialized data
+        # download from the grid, then pass this downloaded serialized data
         # to populate_from_data()
         raise NotImplementedError