Commit: 7b9093e768aac3193c194ac268ebfeaa9ee8af91 Author: Sergey Sharybin Date: Mon Sep 16 11:30:15 2019 +0200 Branches: master https://developer.blender.org/rB7b9093e768aac3193c194ac268ebfeaa9ee8af91
Cleanup: Spelling in comment =================================================================== M source/blender/editors/space_clip/clip_draw.c =================================================================== diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c index e96dc91cedb..9abb5354099 100644 --- a/source/blender/editors/space_clip/clip_draw.c +++ b/source/blender/editors/space_clip/clip_draw.c @@ -161,7 +161,7 @@ static void draw_movieclip_cache(SpaceClip *sc, ARegion *ar, MovieClip *clip, Sc /* cache background */ ED_region_cache_draw_background(ar); - /* cached segments -- could be usefu lto debug caching strategies */ + /* cached segments -- could be useful to debug caching strategies */ BKE_movieclip_get_cache_segments(clip, &sc->user, &totseg, &points); ED_region_cache_draw_cached_segments(ar, totseg, points, sfra, efra); _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
