diff options
author | Jakob Unterwurzacher | 2017-08-21 21:06:05 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-08-21 21:06:05 +0200 |
commit | ed046aa35978c835d79f9cb3ee359349ee9145c5 (patch) | |
tree | 3ec6fc4aa796648738ec15a4aee652c2a2afb502 /README.md | |
parent | 26a6e61a46b9d14dbfaa0b1ba6b99caa86155037 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |