From 499fec6f79a26c9c9d2d61b90bda2e4cec424f81 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Jan 2022 13:54:52 +1100 Subject: Cleanup: spelling in comments --- source/blender/makesdna/DNA_object_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_object_types.h') diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h index 13a368e4263..5cce7ec5f67 100644 --- a/source/blender/makesdna/DNA_object_types.h +++ b/source/blender/makesdna/DNA_object_types.h @@ -152,7 +152,7 @@ typedef struct Object_Runtime { /** Start time of the mode transfer overlay animation. */ double overlay_mode_transfer_start_time; - /** Axis aligned boundbox (in localspace). */ + /** Axis aligned bound-box (in local-space). */ struct BoundBox *bb; /** -- cgit v1.2.3