alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: David Henningsson <david.henningsson@canonical.com>
To: ALSA Development Mailing List <alsa-devel@alsa-project.org>
Subject: [PATCH] alsa-utils: Spelling fixes
Date: Wed, 09 Feb 2011 11:29:21 +0100	[thread overview]
Message-ID: <4D526C81.3000105@canonical.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

While looking into the Debian packaging of alsa-utils, I noticed a few 
patches which fix spelling errors. I'm attaching them here.

If the patches attached are good for just applying, please do so or 
report back if there's anything I can do to get them in upstream.

Thanks!

-- 
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic

[-- Attachment #2: aseqnet_manpage_errors.patch --]
[-- Type: text/x-patch, Size: 533 bytes --]

From: Jordi Mallach <jordi@debian.org>
Description: Remove an unknown "LO" section from the manpage to avoid
             man errors.
Index: alsa-utils-1.0.21/seq/aseqnet/aseqnet.1
===================================================================
--- alsa-utils-1.0.21.orig/seq/aseqnet/aseqnet.1	2009-08-31 17:13:36.000000000 +0200
+++ alsa-utils-1.0.21/seq/aseqnet/aseqnet.1	2009-09-04 22:19:32.000000000 +0200
@@ -1,5 +1,4 @@
 .TH aseqnet 1 "January 1, 2000"
-.LO 1
 .SH NAME
 aseqnet \- ALSA sequencer connectors over network
 

[-- Attachment #3: fix_misspelling_speaker-test_man_page.patch --]
[-- Type: text/x-patch, Size: 583 bytes --]

From: Elimar Riesebieter <riesebie@lxtec.de>
Subject: Fix typo in speaker-test manpage

Index: alsa-utils-1.0.18/speaker-test/speaker-test.1
===================================================================
--- alsa-utils-1.0.18.orig/speaker-test/speaker-test.1	2009-02-01 16:56:12.000000000 -0500
+++ alsa-utils-1.0.18/speaker-test/speaker-test.1	2009-02-01 16:56:46.000000000 -0500
@@ -51,7 +51,7 @@
 The default value is 0.
 
 .TP
-\fB\-P\fP | \fB\-\-nperiods\fP \fPERIODS\fP
+\fB\-P\fP | \fB\-\-nperiods\fP \fPPERIODS\fP
 Use number of periods.  The default value is 4.
 
 .TP

[-- Attachment #4: spelling_fixes.patch --]
[-- Type: text/x-patch, Size: 1342 bytes --]

From: Elimar Riesebieter <riesebie@lxtec.de>
Subject: Fix typos in aplay.c and aseqnet.c
diff --git a/aplay/aplay.c b/aplay/aplay.c
index c7c82a1..e2122dd 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -203,7 +203,7 @@ _("Usage: %s [OPTION]... [FILE]...\n"
 			printf(" %s", s);
 	}
 	printf(_("\nSome of these may not be available on selected hardware\n"));
-	printf(_("The availabled format shortcuts are:\n"));
+	printf(_("The available format shortcuts are:\n"));
 	printf(_("-f cd (16 bit little endian, 44100, stereo)\n"));
 	printf(_("-f cdr (16 bit big endian, 44100, stereo)\n"));
 	printf(_("-f dat (16 bit little endian, 48000, stereo)\n"));
diff --git a/seq/aseqnet/aseqnet.c b/seq/aseqnet/aseqnet.c
index e071ad9..70a1cfd 100644
--- a/seq/aseqnet/aseqnet.c
+++ b/seq/aseqnet/aseqnet.c
@@ -167,7 +167,7 @@ static void usage(void)
 	printf(_("  server mode: aseqnet [-options]\n"));
 	printf(_("  client mode: aseqnet [-options] server_host\n"));
 	printf(_("options:\n"));
-	printf(_("  -p,--port # : sepcify TCP port (digit or service name)\n"));
+	printf(_("  -p,--port # : specify TCP port (digit or service name)\n"));
 	printf(_("  -s,--source addr : read from given addr (client:port)\n"));
 	printf(_("  -d,--dest addr : write to given addr (client:port)\n"));
 	printf(_("  -v, --verbose : print verbose messages\n"));

[-- Attachment #5: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

                 reply	other threads:[~2011-02-09 10:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D526C81.3000105@canonical.com \
    --to=david.henningsson@canonical.com \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).