cosmetics: Fix "dont" "wont" "doesnt" typos

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Timothy Gu
2013-06-28 17:24:26 -07:00
committed by Michael Niedermayer
parent fc736a99ea
commit a9bbf59be7
11 changed files with 13 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ static int probe(AVProbeData *p)
(AV_RL32(&p->buf[16]) != 16))
return 0;
//We cant be sure that this is ACT and not regular WAV
//We can't be sure that this is ACT and not regular WAV
if (p->buf_size<512)
return 0;