diff options
| author | Eric Biggers <ebiggers@google.com> | 2021-12-21 23:29:41 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 23:29:41 -0600 |
| commit | 0c2b4e68cb5a1ae11e4132261712fc985b94b965 (patch) | |
| tree | a0f40777f7cab3d83dc8c0b601f93098a0e32982 /README.md | |
| parent | aa7e4237024f5cf6bb2817ef997dbc18197b30a6 (diff) | |
| parent | ee7bd64191beb715f883a7c91f0de0779b849af4 (diff) | |
Merge pull request #335 from google/fix-typos
Fix a few typos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ It's worth emphasizing that none of these encryption solutions protect unlocked encrypted files from other users on the same system (that's the job of OS-level access control, such as UNIX file permissions), or from the cloud provider you may be running a virtual machine on. By themselves, they also do not protect -from "evil maid" attacks, i.e. non-permanant offline compromises of the disk. +from "evil maid" attacks, i.e. non-permanent offline compromises of the disk. ## Features |