diff options
author | Sebastian Lackner | 2018-12-27 12:03:00 +0100 |
---|---|---|
committer | rfjakob | 2018-12-27 15:19:55 +0100 |
commit | 874eaf9734cc10940e08f7b043652449e1e220b5 (patch) | |
tree | 1d58848741a2a78426b412fab51b22ee997d9f12 /README.md | |
parent | 4c2ff26457471cd36b25c29fb3f982b27002ce3c (diff) |
Assorted spelling fixes.
Mostly detected with the 'codespell' utility, but also includes some
manual grammar fixes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -454,7 +454,7 @@ v0.7.2, 2016-01-19 v0.7.1, 2016-01-09 * Make the `build.bash` script compatible with Go 1.3 -* Disable fallocate on OSX (system call not availabe) +* Disable fallocate on OSX (system call not available) * Introduce pre-built binaries for Fedora 23 and Debian 8 v0.7, 2015-12-20 @@ -502,7 +502,7 @@ v0.4, 2015-11-15 * `-plaintextnames`: disables filename encryption, added on user request * `-extpass`: calls an external program for prompting for the password * `-config`: allows to specify a custom gocryptfs.conf path -* Add `FeatureFlags` gocryptfs.conf paramter +* Add `FeatureFlags` gocryptfs.conf parameter * This is a config format change, hence the on-disk format is incremented * Used for ext4-style filesystem feature flags. This should help avoid future format changes. The first user is `-plaintextnames`. |