small typo in a code comment, fixing this before someone does it to prevent uneeded merge conflicts in branches

This commit is contained in:
Dalai Felinto 2015-02-04 17:19:15 -02:00
parent a78a17bad5
commit 035d14c029

@ -2796,7 +2796,7 @@ static ImBuf *do_render_strip_uncached(const SeqRenderData *context, Sequence *s
seq->strip->proxy ? seq->strip->proxy->tc : IMB_TC_RECORD_RUN,
proxy_size);
/* fetching for requested proxy sze failed, try fetching the original isntead */
/* fetching for requested proxy size failed, try fetching the original instead */
if (!ibuf && proxy_size != IMB_PROXY_NONE) {
ibuf = IMB_anim_absolute(seq->anim, nr + seq->anim_startofs,
seq->strip->proxy ? seq->strip->proxy->tc : IMB_TC_RECORD_RUN,