]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix several typos in manpage and help strings.
authorElimar Riesebieter <riesebie@lxtec.de>
Wed, 15 May 2013 17:12:54 +0000 (19:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 May 2013 08:38:02 +0000 (10:38 +0200)
Signed-off-by: Jordi Mallach <jordi@debian.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
aplay/aplay.c
iecset/iecbits.c
seq/aseqnet/aseqnet.c
speaker-test/speaker-test.1

index 000d25b6fe667d0dc05290f6a299d022de96f2c5..89c6b06b6dec0da3d68e7a1cd42f0c46aa29fa3b 100644 (file)
@@ -248,7 +248,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"));
index edea9326d273129f8e1b5db67375003aeda92dda..13e894772466d5da7d1d94149328e90687e5eb29 100644 (file)
@@ -218,7 +218,7 @@ void dump_iec958(snd_aes_iec958_t *iec)
                        printf("user-defined\n");
                        break;
                default:
-                       printf("unkown\n");
+                       printf("unknown\n");
                        break;
                }
                printf("Sample Bits: ");
index e071ad9709c31e8c0188daaca0140280210e55df..70a1cfd6bfe6f2896aadd1672997fc0a483587d1 100644 (file)
@@ -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"));
index cad88b5a44815da1ff5342accb0a540187c2055a..a1c90bb8930caf93d4c2b379905bc754f30c184c 100644 (file)
@@ -86,7 +86,7 @@ When 0 is given, the periods given by \fB\-P\fP option is used.
 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