summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2015-05-20 20:56:31 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2015-05-20 20:56:31 -0700
commit9ae4b9c4170aeda74f5b6e3d8f5aac51656932fc (patch)
tree258bfe2f04cc9b29ef8d4342b02c08f8c1427362
parent1efaf2b2fe6821808e8983ae441a963b7a6b3db2 (diff)
downloadpyfilesystem-git-9ae4b9c4170aeda74f5b6e3d8f5aac51656932fc.tar.gz
README.txt: Fix some typos
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index a68b649..6ecd021 100644
--- a/README.txt
+++ b/README.txt
@@ -14,7 +14,7 @@ Here are a few of the filesystems that can be accessed with Pyfilesystem:
* **FTPFS** access files & directories on an FTP server
* **MemoryFS** access files & directories stored in memory (non-permanent but very fast)
* **MountFS** creates a virtual directory structure built from other filesystems
-* **MultiFS** a virtual filesystem that combines a list of filesystems in to one, and checks them in order when opening files
+* **MultiFS** a virtual filesystem that combines a list of filesystems into one, and checks them in order when opening files
* **OSFS** the native filesystem
* **SFTPFS** access files & directores stored on a Secure FTP server
* **S3FS** access files & directories stored on Amazon S3 storage
@@ -42,7 +42,7 @@ If you later want to display the total size of Python files stored in a zip file
In fact, you could use any of the supported filesystems above, and the code would continue to work as before.
-An alternative to explicity importing the filesystem class you want, is to use an FS opener which opens a filesystem from a URL-like syntax::
+An alternative to explicitly importing the filesystem class you want, is to use an FS opener which opens a filesystem from a URL-like syntax::
from fs.opener import fsopendir
projects_fs = fsopendir('C:/projects')
@@ -64,4 +64,4 @@ http://groups.google.com/group/pyfilesystem-discussion
Further Information
-------------------
-http://www.willmcgugan.com/tag/fs/ \ No newline at end of file
+http://www.willmcgugan.com/tag/fs/