From 133f79e4492eca400d0e043733d43ca522cdb2b9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 29 Oct 2014 14:11:19 +0100 Subject: Cleanup: warnings, typos --- source/blender/avi/intern/avi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/avi/intern/avi.c') diff --git a/source/blender/avi/intern/avi.c b/source/blender/avi/intern/avi.c index a423c874adf..6ea94d3b2f3 100644 --- a/source/blender/avi/intern/avi.c +++ b/source/blender/avi/intern/avi.c @@ -676,7 +676,7 @@ AviError AVI_open_movie(const char *name, AviMovie *movie) * instead of an offset from the movie beginning... this is... * wacky, but we need to handle it. The wacky offset always * starts at movi_offset it seems... so we'll check that. - * Note the the offset needs an extra 4 bytes for some + * Note the offset needs an extra 4 bytes for some * undetermined reason */ if (movie->entries[0].Offset == movie->movi_offset) -- cgit v1.2.3