aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2017-08-28 13:02:18 -0700
committerGitHub <noreply@github.com>2017-08-28 13:02:18 -0700
commitc74a5b33c74763643de1d176e600970c672901a6 (patch)
treeb32ba5d52579d9eaef90d914cd727647b3f1691c
parent4879df9a6063886865b94c270660838060acbc20 (diff)
parent3310f06acc6232c665fa4e5c4d6115db5193613c (diff)
Merge pull request #44 from mhalcrow/master
Fix typo (once -> one).
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2214dad..c1d1734 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ directory. Note that using both dm-crypt and fscrypt simultaneously will give
the protections and benefits of both; however, this may cause a decrease in
your performance, as file contents are encrypted twice.
-Once example of a reasonable setup could involve using dm-crypt with a TPM or
+One example of a reasonable setup could involve using dm-crypt with a TPM or
Secure boot key, while using fscrypt for the contents of a home directory. This
would still encrypt the entire drive, but would also tie the encryption of a
user's personal documents to their passphrase.