Fix a spelling error

Fixes: 2e4b3ffa75 ("Use Apex sepolicy if it's available")
Change-Id: Ib937fa8384658f05ff435024f7834c5df12f0d22
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
Bart Van Assche 2023-01-30 18:49:41 -08:00
parent 15d7230ed6
commit dcc208f38a
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ Result<void> LoadSepolicyApexCerts() {
} }
Result<void> SepolicyFsVerityCheck() { Result<void> SepolicyFsVerityCheck() {
return Error() << "TODO implementent support for fsverity SEPolicy."; return Error() << "TODO implement support for fsverity SEPolicy.";
} }
Result<void> SepolicyCheckSignature(const std::string& dir) { Result<void> SepolicyCheckSignature(const std::string& dir) {