From a7f87cfc0d87b8ebbcdef6ec2aa665fd56bcd2cf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Sep 2014 10:16:11 +1000 Subject: Cleanup: de-duplicate link/append props --- source/blender/editors/space_file/filesel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file/filesel.c') diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c index 3e210af5d50..afe3f29e9bc 100644 --- a/source/blender/editors/space_file/filesel.c +++ b/source/blender/editors/space_file/filesel.c @@ -288,7 +288,7 @@ int ED_fileselect_layout_numfiles(FileLayout *layout, ARegion *ar) * - *_over: extra pixels, to take into account, when the fit isnt exact * (needed since you may see the end of the previous column and the beginning of the next). * - * Could be more clever and take scorlling into account, + * Could be more clever and take scrolling into account, * but for now don't bother. */ if (layout->flag & FILE_LAYOUT_HOR) { -- cgit v1.2.3