From 591fd6cd2d65242856a953a2b5dee7e964128abf Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 2 Jan 2015 00:18:47 +0000 Subject: [PATCH] Fix typo in --sample-format and --sample-rate documentation. --- m4/gengetopt/sample_format.m4 | 2 +- m4/gengetopt/sample_rate.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. " -- 2.39.2