From 4fc54ddae18c64c27f440c7bf333f57e26f61171 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Jan 2021 07:50:40 +1100 Subject: Cleanup: spelling --- source/blender/editors/space_clip/space_clip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_clip/space_clip.c') diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c index a5935f06927..33783f19a79 100644 --- a/source/blender/editors/space_clip/space_clip.c +++ b/source/blender/editors/space_clip/space_clip.c @@ -994,7 +994,7 @@ static void clip_main_region_draw(const bContext *C, ARegion *region) /* callback */ /* TODO(sergey): For being consistent with space image the projection needs to be configured - * the way how the commented out code does it. This works corrent for tracking data, but it + * the way how the commented out code does it. This works correct for tracking data, but it * causes wrong aspect correction for mask editor (see T84990). */ // GPU_matrix_push_projection(); // wmOrtho2(region->v2d.cur.xmin, region->v2d.cur.xmax, region->v2d.cur.ymin, -- cgit v1.2.3