Cleanup: Spelling in comment

This commit is contained in:
Sergey Sharybin
2021-02-22 15:39:36 +01:00
parent af89c9f9a6
commit da5eed7ee6

View File

@@ -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;