Cleanup: spelling in comments

This commit is contained in:
2022-01-06 13:54:52 +11:00
parent aa363ec2ae
commit 499fec6f79
114 changed files with 233 additions and 224 deletions

View File

@@ -188,7 +188,7 @@ void ED_widgetgroup_gizmo2d_rotate_callbacks_set(struct wmGizmoGroupType *gzgt);
struct TransformBounds {
float center[3]; /* Center for transform widget. */
float min[3], max[3]; /* Boundbox of selection for transform widget. */
float min[3], max[3]; /* Bounding-box of selection for transform widget. */
/* Normalized axis */
float axis[3][3];