summaryrefslogtreecommitdiff
path: root/fs/wrapfs
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 00:20:41 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 00:20:41 +0000
commitdabb4c67525f2d5af7fe0cc6a0a634916963e074 (patch)
tree39996bd7e4ea01bf8a80d5e569c69ae6afd6f412 /fs/wrapfs
parentf47fc7f09a17fbb31ecf5a0a49e0d929a72c6641 (diff)
downloadpyfilesystem-dabb4c67525f2d5af7fe0cc6a0a634916963e074.tar.gz
rename TahoeFS => TahoeLAFS for consistency with upstream project naming
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@648 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/wrapfs')
-rw-r--r--fs/wrapfs/debugfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/wrapfs/debugfs.py b/fs/wrapfs/debugfs.py
index e30673d..5810097 100644
--- a/fs/wrapfs/debugfs.py
+++ b/fs/wrapfs/debugfs.py
@@ -4,7 +4,7 @@
DebugFS is a wrapper around filesystems to help developers
debug their work. I wrote this class mainly for debugging
- TahoeFS and for fine tuning TahoeFS over Dokan with higher-level
+ TahoeLAFS and for fine tuning TahoeLAFS over Dokan with higher-level
aplications like Total Comander, Winamp etc. Did you know
that Total Commander need to open file before it delete them? :-)