[apparmor] [PATCH 5/6] parser: Fix typo in mount rule error message
Tyler Hicks
tyhicks at canonical.com
Fri Dec 12 00:49:54 UTC 2014
Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
---
parser/mount.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parser/mount.cc b/parser/mount.cc
index b2a408a..f525d67 100644
--- a/parser/mount.cc
+++ b/parser/mount.cc
@@ -834,7 +834,7 @@ int mnt_rule::gen_policy_re(Profile &prof)
return RULE_OK;
fail:
- PERROR("Enocoding of mount rule failed\n");
+ PERROR("Encoding of mount rule failed\n");
return RULE_ERROR;
}
--
2.1.0
More information about the AppArmor
mailing list