Cleanup: typos

This commit is contained in:
2015-11-16 21:06:40 +11:00
parent 5fd5106740
commit 86154b11ee
8 changed files with 9 additions and 9 deletions

View File

@@ -3209,7 +3209,7 @@ static ImBuf *seq_render_scene_strip(const SeqRenderData *context, Sequence *seq
int height = (scene->r.ysch * scene->r.size) / 100;
const char *viewname = BKE_scene_multiview_render_view_name_get(&scene->r, context->view_id);
/* for old scened this can be uninitialized,
/* for old scene this can be uninitialized,
* should probably be added to do_versions at some point if the functionality stays */
if (context->scene->r.seq_prev_type == 0)
context->scene->r.seq_prev_type = 3 /* == OB_SOLID */;