Cleanup: spelling in comments

This commit is contained in:
2022-02-02 13:15:43 +11:00
parent 811606a064
commit d82372aee3
13 changed files with 57 additions and 46 deletions

View File

@@ -162,7 +162,7 @@ def keymap_data_clean(keyconfig_data: typing.List, *, relaxed: bool) -> None:
item_prop.pop("properties")
# Needed so: `{"properties": ()}` matches `None` as there is no meaningful difference.
# Wruting `None` makes the most sense when explicitly written, however generated properties
# Writing `None` makes the most sense when explicitly written, however generated properties
# might be empty and it's not worth adding checks in the generation logic to use `None`
# just to satisfy this check.
if not item_prop: