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:
luz paz
2025-09-11 11:29:06 +02:00
committed by Pratik Borhade
parent a8d366b48a
commit 072f956ce0
24 changed files with 33 additions and 33 deletions

View File

@@ -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