Cleanup: spelling

Includes fixes to misspelled function names.

Ref D11280
This commit is contained in:
Leon Zandman
2021-05-21 22:19:46 +10:00
committed by Campbell Barton
parent cf42586737
commit 865d1889da
35 changed files with 67 additions and 67 deletions

View File

@@ -421,7 +421,7 @@ def draw_keymaps(context, layout):
rowsubsub.prop(spref, "filter_text", text="", icon='VIEWZOOM')
if not filter_text:
# When the keyconfig defines it's own preferences.
# When the keyconfig defines its own preferences.
kc_prefs = kc_active.preferences
if kc_prefs is not None:
box = col.box()