From: Andre Noll Date: Fri, 2 Jan 2015 00:18:47 +0000 (+0000) Subject: Fix typo in --sample-format and --sample-rate documentation. X-Git-Tag: v0.5.4~38 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=591fd6cd2d65242856a953a2b5dee7e964128abf;ds=sidebyside Fix typo in --sample-format and --sample-rate documentation. --- diff --git a/m4/gengetopt/sample_format.m4 b/m4/gengetopt/sample_format.m4 index 0a100333..c998f9d6 100644 --- a/m4/gengetopt/sample_format.m4 +++ b/m4/gengetopt/sample_format.m4 @@ -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. " diff --git a/m4/gengetopt/sample_rate.m4 b/m4/gengetopt/sample_rate.m4 index b3d107db..a8332a40 100644 --- a/m4/gengetopt/sample_rate.m4 +++ b/m4/gengetopt/sample_rate.m4 @@ -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. "