summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent0f5bc2b68a38dae312e1888a79c16551d8f54e6d (diff)
downloadpyfilesystem-git-f0a167d8b6db0aed6732ea80e8a724b725b5848f.tar.gz
Fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cba83f6..dbdb437 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Here are a few of the filesystems that can be accessed with Pyfilesystem:
* **MountFS** creates a virtual directory structure built from other filesystems
* **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
+* **SFTPFS** access files & directories stored on a Secure FTP server
* **S3FS** access files & directories stored on Amazon S3 storage
* **TahoeLAFS** access files & directories stored on a Tahoe distributed filesystem
* **ZipFS** access files and directories contained in a zip file