summaryrefslogtreecommitdiff
path: root/aplay
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2011-10-12 19:37:57 +0200
committerClemens Ladisch <clemens@ladisch.de>2011-10-12 20:14:13 +0200
commitaf0bf78505be9473c7ce276f91942a5d8f1ad41c (patch)
treee40e23bdaa00bc877236d80f805f8ef672d45acb /aplay
parent5a6ca47cb95ef2b79b3ef5631c45704ddb869385 (diff)
downloadalsa-utils-af0bf78505be9473c7ce276f91942a5d8f1ad41c.tar.gz
aplay: Fix spelling error
BugLink: https://bugs.launchpad.net/bugs/816388 Reported-by: Chad Dunlap <cldunlap1@gmail.com> Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'aplay')
-rw-r--r--aplay/aplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aplay/aplay.c b/aplay/aplay.c
index 07e6bc0..5ab63a9 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -209,7 +209,7 @@ _("Usage: %s [OPTION]... [FILE]...\n"
" --disable-format disable automatic format conversions\n"
" --disable-softvol disable software volume control (softvol)\n"
" --test-position test ring buffer position\n"
-" --test-coef=# test coeficient for ring buffer position (default 8)\n"
+" --test-coef=# test coefficient for ring buffer position (default 8)\n"
" expression for validation is: coef * (buffer_size / 2)\n"
" --test-nowait do not wait for ring buffer - eats whole CPU\n"
" --max-file-time=# start another output file when the old file has recorded\n"