From 865d1889da54c4eb8dcdf6b4dca7df906b936add Mon Sep 17 00:00:00 2001 From: Leon Zandman Date: Fri, 21 May 2021 22:19:46 +1000 Subject: Cleanup: spelling Includes fixes to misspelled function names. Ref D11280 --- release/scripts/freestyle/styles/ignore_small_occlusions.py | 2 +- release/scripts/modules/rna_keymap_ui.py | 2 +- release/scripts/templates_py/gizmo_custom_geometry.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'release/scripts') diff --git a/release/scripts/freestyle/styles/ignore_small_occlusions.py b/release/scripts/freestyle/styles/ignore_small_occlusions.py index efa228f4663..a5fb4671917 100644 --- a/release/scripts/freestyle/styles/ignore_small_occlusions.py +++ b/release/scripts/freestyle/styles/ignore_small_occlusions.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -# Filename : ignore_small_oclusions.py +# Filename : ignore_small_occlusions.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : The strokes are drawn through small occlusions diff --git a/release/scripts/modules/rna_keymap_ui.py b/release/scripts/modules/rna_keymap_ui.py index 6076bf00063..365d6c0087f 100644 --- a/release/scripts/modules/rna_keymap_ui.py +++ b/release/scripts/modules/rna_keymap_ui.py @@ -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() diff --git a/release/scripts/templates_py/gizmo_custom_geometry.py b/release/scripts/templates_py/gizmo_custom_geometry.py index 4105a99c633..701b1ac48ba 100644 --- a/release/scripts/templates_py/gizmo_custom_geometry.py +++ b/release/scripts/templates_py/gizmo_custom_geometry.py @@ -1,4 +1,4 @@ -# Example of a custom widget that defines it's own geometry. +# Example of a custom widget that defines its own geometry. # # Usage: Select a light in the 3D view and drag the arrow at it's rear # to change it's energy value. -- cgit v1.2.3