summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-10-14 10:54:13 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-10-14 10:54:13 +0000
commite6ec4078b1f63fbea52cfacb7fce422aec3293d1 (patch)
tree819d64ea427e3c165376317952564539e31d1b8d
parentb799c005fd33ac0f09eb77158c5c72ced049bd90 (diff)
s/chuck/chunk/, from Remco, thanks!
-rw-r--r--usr.bin/aucat/headers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/headers.c b/usr.bin/aucat/headers.c
index 777ff24bfd8..12b0fd788d1 100644
--- a/usr.bin/aucat/headers.c
+++ b/usr.bin/aucat/headers.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: headers.c,v 1.20 2011/10/12 07:20:04 ratchov Exp $ */
+/* $OpenBSD: headers.c,v 1.21 2011/10/14 10:54:12 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -208,7 +208,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
}