From 6d2b486e431dae57536a5a7d9b64c62144754363 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Oct 2021 09:28:00 +1100 Subject: Cleanup: spelling in comments --- source/blender/windowmanager/WM_types.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/windowmanager/WM_types.h') diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h index 14a69d9c435..28c7a270554 100644 --- a/source/blender/windowmanager/WM_types.h +++ b/source/blender/windowmanager/WM_types.h @@ -732,16 +732,16 @@ typedef struct wmXrActionData { eXrActionType type; /** State. Set appropriately based on type. */ float state[2]; - /** State of the other subaction path for bimanual actions. */ + /** State of the other sub-action path for bimanual actions. */ float state_other[2]; /** Input threshold for float/vector2f actions. */ float float_threshold; - /** Controller aim pose corresponding to the action's subaction path. */ + /** Controller aim pose corresponding to the action's sub-action path. */ float controller_loc[3]; float controller_rot[4]; - /** Controller aim pose of the other subaction path for bimanual actions. */ + /** Controller aim pose of the other sub-action path for bimanual actions. */ float controller_loc_other[3]; float controller_rot_other[4]; @@ -749,14 +749,14 @@ typedef struct wmXrActionData { struct wmOperatorType *ot; struct IDProperty *op_properties; - /** Whether bimanual interaction is occuring. */ + /** Whether bimanual interaction is occurring. */ bool bimanual; } wmXrActionData; #endif /** Timer flags. */ typedef enum { - /** Do not attempt to free customdata pointer even if non-NULL. */ + /** Do not attempt to free custom-data pointer even if non-NULL. */ WM_TIMER_NO_FREE_CUSTOM_DATA = 1 << 0, } wmTimerFlags; -- cgit v1.2.3