From 63d521432e9307643c279237b041a8f2ac6dda9d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 Dec 2019 10:56:14 +1100 Subject: Cleanup: spelling --- 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 3cdd4020a70..1bc583461a5 100644 --- a/source/blender/editors/space_info/textview.c +++ b/source/blender/editors/space_info/textview.c @@ -319,7 +319,7 @@ int textview_draw(TextViewContext *tvc, xy[1] = y_orig; /* Offset and clamp the results, - * clamping so moving the cursor out of the bounds doesn't weap onto the other lines. */ + * clamping so moving the cursor out of the bounds doesn't wrap onto the other lines. */ const int mval[2] = { (mval_init[0] == INT_MAX) ? INT_MAX : -- cgit v1.2.3