Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2021-01-21 14:52:25 +0300
committerSergey Sharybin <sergey@blender.org>2021-01-21 14:53:14 +0300
commit324d6d21924d6cbccf5a29a77b8c18801e2a06c2 (patch)
tree13820f891758edb06b6f40f8a71d1c77cd7f6ce4 /source/blender/editors/transform/transform_convert_tracking.c
parent649c87814d08e43f8d8fbd966cb1d17b1979378a (diff)
Tracking: Cleanup, yet another spelling in the same line
Spotted by Jacques, thanks!
Diffstat (limited to 'source/blender/editors/transform/transform_convert_tracking.c')
-rw-r--r--source/blender/editors/transform/transform_convert_tracking.c2
1 files changed, 1 insertions, 1 deletions
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`.