misc spelling fixes

Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-06-12 09:29:25 +00:00
parent 26ef3220cf
commit 755bfeabcc
66 changed files with 165 additions and 159 deletions

View File

@@ -470,7 +470,7 @@ static void compute_scale_factors(unsigned char scale_code[SBLIMIT],
sf[1] = sf[2] = sf[0];
break;
default:
assert(0); //cant happen
assert(0); //cannot happen
code = 0; /* kill warning */
}