From 665a69941dcba7de1ef3380f4c067bd2dd9a6681 Mon Sep 17 00:00:00 2001 From: lilinjie <lilinjie@uniontech.com> Date: Tue, 4 Apr 2023 13:51:30 +0800 Subject: [PATCH] fix typo Signed-off-by: lilinjie <lilinjie@uniontech.com> --- setools/diff/mls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setools/diff/mls.py b/setools/diff/mls.py index 000aba0..1ffd2e2 100644 --- a/setools/diff/mls.py +++ b/setools/diff/mls.py @@ -227,7 +227,7 @@ class LevelDeclWrapper(Wrapper[LevelDecl]): def __eq__(self, other): # non-MLS policies have no level declarations so there - # should be no AttributeError possiblity here + # should be no AttributeError possibility here return self.sensitivity == other.sensitivity def __lt__(self, other):