Merge "Fix a spelling error"

This commit is contained in:
Treehugger Robot 2023-02-06 05:08:18 +00:00 committed by Gerrit Code Review
commit 7eb6dc9104

View file

@ -629,7 +629,7 @@ Result<void> LoadSepolicyApexCerts() {
}
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) {