summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-08-21 21:06:05 +0200
committerJakob Unterwurzacher2017-08-21 21:06:05 +0200
commited046aa35978c835d79f9cb3ee359349ee9145c5 (patch)
tree3ec6fc4aa796648738ec15a4aee652c2a2afb502 /README.md
parent26a6e61a46b9d14dbfaa0b1ba6b99caa86155037 (diff)
Fix misspellings reported by goreportcard.com
https://goreportcard.com/report/github.com/rfjakob/gocryptfs#misspell
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 18cd681..b92cbe4 100644
--- a/README.md
+++ b/README.md
@@ -283,7 +283,7 @@ v1.0, 2016-07-17
* Allows to pass mount options directly to the kernel
* Add support for device files and suid binaries
* Only works when running as root
- * Must be explicitely enabled by passing "-o dev" or "-o suid" or "-o suid,dev"
+ * Must be explicitly enabled by passing "-o dev" or "-o suid" or "-o suid,dev"
* Experimental Mac OS X support. See
[ticket #15](https://github.com/rfjakob/gocryptfs/issues/15) for details.