summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-09-27 03:11:16 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-09-27 03:11:16 +0000
commit9285fb740f6737954cc14b7aad475fcee754bc41 (patch)
tree2ea961dda7bd48d29ae13e1507f4f1e2f610f71f /ChangeLog
parent13e4a4a09ee1ec348c61d11dfc3371a0938d023c (diff)
downloadpyfilesystem-9285fb740f6737954cc14b7aad475fcee754bc41.tar.gz
fix typo
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@442 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 688f5e5..7e534b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,7 +35,7 @@
* New FS implementations (under fs.contrib):
* BigFS: read contents of a BIG file (C&C game file format)
- * DAVFS: access a remote files stored on a WebDAV server
+ * DAVFS: access remote files stored on a WebDAV server
* New fs.expose implementations:
* dokan: mount an FS object as a drive using Dokan (win32-only)
* Modified listdir and walk methods to accept callables as well as strings