From dcc208f38aa31309389f4244aae3c78cd8d97251 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 30 Jan 2023 18:49:41 -0800 Subject: [PATCH] Fix a spelling error Fixes: 2e4b3ffa75da ("Use Apex sepolicy if it's available") Change-Id: Ib937fa8384658f05ff435024f7834c5df12f0d22 Signed-off-by: Bart Van Assche --- init/selinux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/selinux.cpp b/init/selinux.cpp index ea308aa75..4cc00feb5 100644 --- a/init/selinux.cpp +++ b/init/selinux.cpp @@ -629,7 +629,7 @@ Result LoadSepolicyApexCerts() { } Result SepolicyFsVerityCheck() { - return Error() << "TODO implementent support for fsverity SEPolicy."; + return Error() << "TODO implement support for fsverity SEPolicy."; } Result SepolicyCheckSignature(const std::string& dir) {