From d1eefc421544e2ea632fb35cb6bcaade4c39ce6b Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:43:08 -0700 Subject: Spelling: Then Versus Than Corrects incorrect usages of the words 'then' and 'than'. Differential Revision: https://developer.blender.org/D9246 Reviewed by Campbell Barton --- source/blender/editors/space_info/textview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info') diff --git a/source/blender/editors/space_info/textview.c b/source/blender/editors/space_info/textview.c index 5e0ba506226..a489216afd1 100644 --- a/source/blender/editors/space_info/textview.c +++ b/source/blender/editors/space_info/textview.c @@ -58,7 +58,7 @@ typedef struct TextViewDrawState { int scroll_ymin, scroll_ymax; int *xy; // [2] int *sel; // [2] - /* Bottom of view == 0, top of file == combine chars, end of line is lower then start. */ + /* Bottom of view == 0, top of file == combine chars, end of line is lower than start. */ int *mval_pick_offset; const int *mval; // [2] bool do_draw; -- cgit v1.2.3