Fix typo in --sample-format and --sample-rate documentation.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 2 Jan 2015 00:18:47 +0000 (00:18 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:11:38 +0000 (16:11 +0100)
m4/gengetopt/sample_format.m4
m4/gengetopt/sample_rate.m4

index 0a1003339c1044f675389379b83b01dd1be8c3b9..c998f9d6a7d0b192762a3402dd8b269e215d4e94 100644 (file)
@@ -7,7 +7,7 @@ values = "S8", "U8", "S16_LE", "S16_BE", "U16_LE", "U16_BE" enum
 default = "S16_LE"
 optional
 details = "
-       It is only neccessary to specify this for raw audio. See the
+       It is only necessary to specify this for raw audio. See the
        discussion of the --channels option.
 "
 </qu>
index b3d107dbf2e40ca5f93862edde3ff18a8bd9243e..a8332a4017b2879da912ea8cd8a02a82f3b902af 100644 (file)
@@ -6,7 +6,7 @@ int typestr = "num"
 default = "44100"
 optional
 details = "
-       It is only neccessary to specify this for raw audio. See the
+       It is only necessary to specify this for raw audio. See the
        discussion of the --channels option.
 "
 </qu>