From 267b8e1a5c322c87d9684638cc29c984c6d33e58 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 7 Sep 2020 15:57:12 +1000 Subject: Cleanup: spelling Also correct wrapped lines of example code in threads.cc. --- source/blender/editors/screen/screen_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/screen/screen_edit.c') diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c index f534296bd0b..f7c08cff23f 100644 --- a/source/blender/editors/screen/screen_edit.c +++ b/source/blender/editors/screen/screen_edit.c @@ -1484,7 +1484,7 @@ void ED_screen_animation_timer(bContext *C, int redraws, int sync, int enable) screen->animtimer = WM_event_add_timer(wm, win, TIMER0, (1.0 / FPS)); sad->region = CTX_wm_region(C); - /* if startframe is larger than current frame, we put currentframe on startframe. + /* If start-frame is larger than current frame, we put current-frame on start-frame. * note: first frame then is not drawn! (ton) */ if (PRVRANGEON) { if (scene->r.psfra > scene->r.cfra) { -- cgit v1.2.3