commit | 7eb6dc9104d59b8fda10ffd2bac56da1200768c4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Feb 06 05:08:18 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 06 05:08:18 2023 +0000 |
tree | 5adff5b35f00e238a0f4f874978d55c62aee3f93 | |
parent | bbe848abdf9799651fac681ef89f845c0ee16511 [diff] | |
parent | dcc208f38aa31309389f4244aae3c78cd8d97251 [diff] |
Merge "Fix a spelling error"
diff --git a/init/selinux.cpp b/init/selinux.cpp index ea308aa..4cc00fe 100644 --- a/init/selinux.cpp +++ b/init/selinux.cpp
@@ -629,7 +629,7 @@ } 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) {