From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Henningsson Subject: [PATCH] [RESEND] Aplay: Fix spelling error Date: Wed, 12 Oct 2011 19:37:57 +0200 Message-ID: <4E95D075.9080206@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by alsa0.perex.cz (Postfix) with ESMTP id D41DC10382B for ; Wed, 12 Oct 2011 19:37:58 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org, perex@perex.cz Cc: Takashi Iwai , Clemens Ladisch List-Id: alsa-devel@alsa-project.org BugLink: https://bugs.launchpad.net/bugs/816388 Reported-by: Chad Dunlap Signed-off-by: David Henningsson --- Resending patch to more maintainers, as nobody seem to have picked it up the previous time. aplay/aplay.c | 2 +- 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" -- 1.7.5.4