cleanup: fix typos in comments and docs

Followup to https://developer.blender.org/D10288

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D10346
This commit is contained in:
luzpaz
2021-11-16 18:44:04 -05:00
committed by Aaron Carlisle
parent 8290edefad
commit dea26253a0
16 changed files with 17 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ from collections import namedtuple
ToolDef = namedtuple(
"ToolDef",
(
# Unique tool name (withing space & mode context).
# Unique tool name (within space & mode context).
"idname",
# The name to display in the interface.
"label",