From 324d6d21924d6cbccf5a29a77b8c18801e2a06c2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 21 Jan 2021 12:52:25 +0100 Subject: Tracking: Cleanup, yet another spelling in the same line Spotted by Jacques, thanks! --- source/blender/editors/transform/transform_convert_tracking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform_convert_tracking.c') diff --git a/source/blender/editors/transform/transform_convert_tracking.c b/source/blender/editors/transform/transform_convert_tracking.c index be8c2aa5ae3..b25af709981 100644 --- a/source/blender/editors/transform/transform_convert_tracking.c +++ b/source/blender/editors/transform/transform_convert_tracking.c @@ -80,7 +80,7 @@ typedef struct TransformInitContext { TransInfo *t; TransDataContainer *tc; - /* MOTE: These pointers will be `nullptr` during counting step. + /* NOTE: These pointers will be `nullptr` during counting step. * This means, that the transformation data initialization functions are to increment * `tc->data_len` instead of filling in the transformation data when these pointers are * `nullptr`. For simplicity, check the `current.td` against `nullptr`. -- cgit v1.2.3