Cleanup: Fix typos in scripts subdirectory
Fix spellings from comment and string Found via codespell Pull Request: https://projects.blender.org/blender/blender/pulls/145834
This commit is contained in:
@@ -119,7 +119,7 @@ def keyconfig_test(kc):
|
||||
item = km.keymap_items[j + i + 1]
|
||||
if src.compare(item):
|
||||
print("===========")
|
||||
print(km.name, "[self confict]")
|
||||
print(km.name, "[self conflict]")
|
||||
print(_kmistr(src, is_modal).strip())
|
||||
print(_kmistr(item, is_modal).strip())
|
||||
result = True
|
||||
|
||||
Reference in New Issue
Block a user