2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-02 07:15:18 +00:00

Fix spelling and grammar errors.

This commit is contained in:
Mark Grassi
2022-06-18 16:14:45 -04:00
parent d7e3f33aa8
commit c255968e63
7 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ exp = namedtuple('exp', ['comment',
class AliasTest(AATest):
def _compare_obj(self, obj, expected):
# aliass don't support the allow, audit or deny keyword
# aliases don't support the allow, audit or deny keyword
self.assertEqual(False, obj.allow_keyword)
self.assertEqual(False, obj.audit)
self.assertEqual(False, obj.deny)