From 0e1c6a29cbb21476d6913a592fb12e29bf700b43 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 25 Feb 2021 16:34:27 +1100 Subject: Cleanup: spelling --- source/blender/editors/space_file/space_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file/space_file.c') diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c index 66d24c7ab53..b175844a710 100644 --- a/source/blender/editors/space_file/space_file.c +++ b/source/blender/editors/space_file/space_file.c @@ -558,7 +558,7 @@ static void file_main_region_draw(const bContext *C, ARegion *region) v2d->keepofs |= V2D_LOCKOFS_Y; /* XXX this happens on scaling down Screen (like from startup.blend) */ - /* view2d has no type specific for filewindow case, which doesn't scroll vertically */ + /* view2d has no type specific for file-window case, which doesn't scroll vertically. */ if (v2d->cur.ymax < 0) { v2d->cur.ymin -= v2d->cur.ymax; v2d->cur.ymax = 0; -- cgit v1.2.3