summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-06-27 16:26:19 +0200
committerJakub Wilk <jwilk@jwilk.net>2016-06-27 16:26:19 +0200
commitf0a167d8b6db0aed6732ea80e8a724b725b5848f (patch)
tree529a734b86c3dad0db8c75bc27c2ec738aae2579 /CHANGES.txt
parent0f5bc2b68a38dae312e1888a79c16551d8f54e6d (diff)
downloadpyfilesystem-git-f0a167d8b6db0aed6732ea80e8a724b725b5848f.tar.gz
Fix typos
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6e68a86..87763cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -53,7 +53,7 @@
* OSFSWatchMixin improvements:
* watch_inotify: allow more than one watcher on a single path.
* watch_win32: don't create immortal reference cycles.
- * watch_win32: report errors if the filesystem does't support
+ * watch_win32: report errors if the filesystem doesn't support
ReadDirectoryChangesW.
* MountFS: added support for mounting at the root directory, and for
mounting over an existing mount.
@@ -76,7 +76,7 @@
* Added a concept of a writeable FS to MultiFS
* Added ilistdir() and ilistdirinfo() methods, which are generator-based
variants of listdir() and listdirinfo().
- * Removed obsolete module fs.objectree; use fs.path.PathMap instead.
+ * Removed obsolete module fs.objecttree; use fs.path.PathMap instead.
* Added setcontents_async method to base
* Added `appdirfs` module to abstract per-user application directories