From 4bbfe303b3a18a168cbbfd7d2f53405120633bbe Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 14 Oct 2011 13:06:41 +0200 Subject: [PATCH] typo, from Remco --- aucat/headers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aucat/headers.c b/aucat/headers.c index 745c0cc..ae8729e 100644 --- a/aucat/headers.c +++ b/aucat/headers.c @@ -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 }