Fix some typos

This commit is contained in:
Veronica Berglyd Olsen
2023-11-18 14:14:10 +01:00
parent ab35d1a0bf
commit 17fc370609
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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]] = {}