]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commitdiff
README.md: fix a typo master
authorEric Biggers <ebiggers@google.com>
Sat, 28 Dec 2024 00:08:52 +0000 (16:08 -0800)
committerEric Biggers <ebiggers@google.com>
Sat, 28 Dec 2024 00:08:52 +0000 (16:08 -0800)
README.md

index ed31ea1b0d95db91be761671c70d2a7449beaea0..58fd8708f3bc3f5d64e9dcc0b821602d2ff1345a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ Before using `fscrypt`, you should consider other solutions:
   `systemd-homed` has better integration with systemd than `fscrypt` does.
   However, `systemd-homed` (as of systemd v255) uses the
   ["V1" Linux kernel encryption API](https://www.kernel.org/doc/html/v6.8/filesystems/fscrypt.html#limitations-of-v1-policies),
-  while `fscrypt` perfers the "V2" API. The older API causes
+  while `fscrypt` prefers the "V2" API. The older API causes
   [known issues](#some-processes-cant-access-unlocked-encrypted-files), and
   migrating `systemd-home` to the "V2" API is tracked
   [in this `systemd` issue](https://github.com/systemd/systemd/issues/18280).