All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] alsa-utils: Spelling fixes
@ 2011-02-09 10:29 David Henningsson
  0 siblings, 0 replies; only message in thread
From: David Henningsson @ 2011-02-09 10:29 UTC (permalink / raw)
  To: ALSA Development Mailing List

[-- 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-09 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 10:29 [PATCH] alsa-utils: Spelling fixes David Henningsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.