OSDN Git Service

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 000d25b..89c6b06 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 edea932..13e8947 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 e071ad9..70a1cfd 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 cad88b5..a1c90bb 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