[Bf-blender-cvs] [da5eed7ee6b] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Mon Feb 22 16:30:33 CET 2021


Commit: da5eed7ee6bc85104a484b67555457daf0ea369f
Author: Sergey Sharybin
Date:   Mon Feb 22 15:39:36 2021 +0100
Branches: master
https://developer.blender.org/rBda5eed7ee6bc85104a484b67555457daf0ea369f

Cleanup: Spelling in comment

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

M	source/blender/makesdna/DNA_movieclip_types.h

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

diff --git a/source/blender/makesdna/DNA_movieclip_types.h b/source/blender/makesdna/DNA_movieclip_types.h
index b72b7c41b1c..f8076ee3bfb 100644
--- a/source/blender/makesdna/DNA_movieclip_types.h
+++ b/source/blender/makesdna/DNA_movieclip_types.h
@@ -144,7 +144,7 @@ typedef struct MovieClipScopes {
   struct ImBuf *track_search;
   /** #ImBuf displayed in track preview. */
   struct ImBuf *track_preview;
-  /** Sub-pizel position of marker in track ImBuf. */
+  /** Sub-pixel position of marker in track ImBuf. */
   float track_pos[2];
   /** Active track is disabled, special notifier should be drawn. */
   short track_disabled;



More information about the Bf-blender-cvs mailing list