typo, from Remco

This commit is contained in:
Alexandre Ratchov 2011-10-14 13:06:41 +02:00
parent 72ac220263
commit 4bbfe303b3
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ wav_readhdr(int fd, struct aparams *par, off_t *startpos, off_t *datasz, short *
} else {
#ifdef DEBUG
if (debug_level >= 2)
warnx("ignoring chuck <%.4s>\n", chunk.id);
warnx("ignoring chunk <%.4s>\n", chunk.id);
#endif
}