Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-09-05 10:49:20 +10:00
parent b479510d6c
commit 0c26c84704
80 changed files with 166 additions and 159 deletions

View File

@@ -118,7 +118,7 @@ def register_node_categories(identifier, cat_list):
if cat.poll(context):
layout.menu("NODE_MT_category_%s" % cat.identifier)
# stores: (categories list, menu draw function, submenu types)
# Stores: (categories list, menu draw function, sub-menu types).
_node_categories[identifier] = (cat_list, draw_add_menu, menu_types)