Fix some typos
This commit is contained in:
@@ -349,7 +349,7 @@ class BuildSettings:
|
||||
def buildItemFilter(
|
||||
self, project: NWProject, withRoots: bool = False
|
||||
) -> dict[str, tuple[bool, FilterMode]]:
|
||||
"""Return a dictionary of item handles with filter decissions
|
||||
"""Return a dictionary of item handles with filter decisions
|
||||
applied.
|
||||
"""
|
||||
result: dict[str, tuple[bool, FilterMode]] = {}
|
||||
|
||||
Reference in New Issue
Block a user