From f5a7eb0ad56778ad04f31d1aa98f58dbe60262e9 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 11 Oct 2007 03:39:29 -0700
Subject: [PATCH] bin/tahoe: rename 'allmydata-tahoe' in some comments

---
 bin/tahoe | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/tahoe b/bin/tahoe
index d1506430..e18c8a81 100644
--- a/bin/tahoe
+++ b/bin/tahoe
@@ -7,8 +7,8 @@ import sys, os.path
 where = os.path.realpath(sys.argv[0]).split(os.sep)
 
 # look for Tahoe.home . Two cases:
-#  ...(not BASE)/allmydata-tahoe
-#  .../(BASE)/bin/allmydata-tahoe
+#  ...(not BASE)/tahoe
+#  .../(BASE)/bin/tahoe
 if len(where) >= 2 and where[-2] == "bin":
     base = os.sep.join(where[:-2])
 
-- 
2.45.2