From 92826a921c2f17318bafa4d9dd4b7b7e1ba9c73d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 13 Jan 2021 13:21:29 +1100 Subject: Cleanup: spelling --- source/blender/draw/engines/overlay/overlay_edit_uv.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/draw') diff --git a/source/blender/draw/engines/overlay/overlay_edit_uv.c b/source/blender/draw/engines/overlay/overlay_edit_uv.c index edc817ac7c1..1899fb114a0 100644 --- a/source/blender/draw/engines/overlay/overlay_edit_uv.c +++ b/source/blender/draw/engines/overlay/overlay_edit_uv.c @@ -165,9 +165,10 @@ void OVERLAY_edit_uv_init(OVERLAY_Data *vedata) pd->edit_uv.total_area_ratio = 0.0f; pd->edit_uv.total_area_ratio_inv = 0.0f; - /* During engine init phase the sima isn't locked and we are able to retrieve the needed data. - * During cache_init the image engine locks the sima and makes it imposible to retrieve the data. - */ + /* During engine initialization phase the `sima` isn't locked and + * we are able to retrieve the needed data. + * During cache_init the image engine locks the `sima` and makes it impossible + * to retrieve the data. */ ED_space_image_get_uv_aspect(sima, &pd->edit_uv.uv_aspect[0], &pd->edit_uv.uv_aspect[1]); ED_space_image_get_size(sima, &pd->edit_uv.image_size[0], &pd->edit_uv.image_size[1]); ED_space_image_get_aspect(sima, &pd->edit_uv.image_aspect[0], &pd->edit_uv.image_aspect[1]); -- cgit v1.2.3