diff --git a/karton/core/task.py b/karton/core/task.py index 53a6c7c..f24824a 100644 --- a/karton/core/task.py +++ b/karton/core/task.py @@ -241,7 +241,7 @@ def matches_filters(self, filters: List[Dict[str, Any]]) -> bool: matched.append(match != negated) # set the flag if all consumer filter fields match the task header. - # It wil be set to True only if at least one filter matches the header + # It will be set to True only if at least one filter matches the header matches |= all(m for m in matched) return matches