[Bf-blender-cvs] [324d6d21924] master: Tracking: Cleanup, yet another spelling in the same line

Sergey Sharybin noreply at git.blender.org
Thu Jan 21 12:53:32 CET 2021


Commit: 324d6d21924d6cbccf5a29a77b8c18801e2a06c2
Author: Sergey Sharybin
Date:   Thu Jan 21 12:52:25 2021 +0100
Branches: master
https://developer.blender.org/rB324d6d21924d6cbccf5a29a77b8c18801e2a06c2

Tracking: Cleanup, yet another spelling in the same line

Spotted by Jacques, thanks!

===================================================================

M	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`.



More information about the Bf-blender-cvs mailing list