summaryrefslogtreecommitdiff
path: root/fs/multifs.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 22:20:20 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 22:20:20 +0000
commit5e1565fd2d2633737d9ced835c635bbad1d23d0a (patch)
treebd255259b1bba014bba3d26a79e0098592fee1ef /fs/multifs.py
parent8fc8cf614d1e6da227dee6798b58031208407684 (diff)
downloadpyfilesystem-5e1565fd2d2633737d9ced835c635bbad1d23d0a.tar.gz
spelling fixes
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@662 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/multifs.py')
-rw-r--r--fs/multifs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/multifs.py b/fs/multifs.py
index 5dd3479..97c2c85 100644
--- a/fs/multifs.py
+++ b/fs/multifs.py
@@ -2,14 +2,14 @@
fs.multifs
==========
-A MultiFS is a filesytem composed of a sequence of other filesystems, where
+A MultiFS is a filesystem composed of a sequence of other filesystems, where
the directory structure of each filesystem is overlaid over the previous
filesystem. When you attempt to access a file from the MultiFS it will try
each 'child' FS in order, until it either finds a path that exists or raises a
ResourceNotFoundError.
One use for such a filesystem would be to selectively override a set of files,
-to customize behaviour. For example, to create a filesystem that could be used
+to customize behavior. For example, to create a filesystem that could be used
to *theme* a web application. We start with the following directories::