diff --git a/netbox/extras/conditions.py b/netbox/extras/conditions.py index 8dec541bd..9e2dd3809 100644 --- a/netbox/extras/conditions.py +++ b/netbox/extras/conditions.py @@ -81,7 +81,7 @@ class Condition: # Invalid key path value = None if value is None: - # Hande comparison case when value is None. + # Handle comparison case when value is None. if self.op in (self.GT, self.GTE, self.LT, self.LTE, self.IN, self.CONTAINS, self.REGEX): result = False else: