From d274eb39d9b0fc3f32cfa9a709ae4e4b68d53335 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Fri, 29 Mar 2024 10:52:15 +0100 Subject: [PATCH] fix typo: accumulate Signed-off-by: Zygmunt Krynicki --- parser/apparmor_parser.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/apparmor_parser.pod b/parser/apparmor_parser.pod index 6c9d0f228..464b8b0ef 100644 --- a/parser/apparmor_parser.pod +++ b/parser/apparmor_parser.pod @@ -451,7 +451,7 @@ Eg. would result in Optimize=minimize being set. -The Include, Dump, and Optimize options accululate except for the inversion +The Include, Dump, and Optimize options accumulate except for the inversion option (no-X vs. X), and a couple options that work by setting/clearing multiple options (compress-small). In that case the option will override the flags it sets but will may accumulate with others.