From da5eed7ee6bc85104a484b67555457daf0ea369f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 22 Feb 2021 15:39:36 +0100 Subject: [PATCH] Cleanup: Spelling in comment --- source/blender/makesdna/DNA_movieclip_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;