shithub: sox

Download patch

ref: c4ea6bf365e1d627ed9cc7d88d770a1433d286af
parent: eb532fc94ba39fd4a91758f08636d7db2cd4b220
author: Pascal Giard <evilynux@gmail.com>
date: Wed Jun 27 19:18:26 EDT 2012

Fixed spelling errors found by Debian's lintian tool.

--- a/sox.1
+++ b/sox.1
@@ -880,7 +880,7 @@
 will process audio channels for most multi-channel
 effects in parallel on hyper-threading/multi-core architectures. This
 may reduce processing time, though sometimes it may be necessary to use
-this option in conjuction with a larger buffer size than is the default
+this option in conjunction with a larger buffer size than is the default
 to gain any benefit from multi-threaded processing
 (e.g. 131072; see \fB\-\-buffer\fR above).
 .TP
@@ -3122,7 +3122,7 @@
 .EX
    rate 2k spectrogram \-X 200 \-Z \-10 \-w kaiser
 .EE
-Options are also avaliable to control the appearance (colour-set,
+Options are also available to control the appearance (colour-set,
 brightness, contrast, etc.) and filename of the spectrogram; e.g. with
 .EX
    sox my.wav \-n spectrogram \-m \-l \-o print.png
--- a/src/formats.c
+++ b/src/formats.c
@@ -804,7 +804,7 @@
   else return NULL;
   if (!handler->startwrite && !handler->write) {
     if (filetype1)
-      lsx_fail("file type `%s' isn't writeable", filetype);
+      lsx_fail("file type `%s' isn't writable", filetype);
     return NULL;
   }
   if (filetype1)
--- a/src/sox.c
+++ b/src/sox.c
@@ -1953,7 +1953,7 @@
 "FORMAT OPTIONS (fopts):",
 "Input file format options need only be supplied for files that are headerless.",
 "Output files will have the same format as the input file where possible and not",
-"overriden by any of various means including providing output format options.",
+"overridden by any of various means including providing output format options.",
 "",
 "-v|--volume FACTOR       Input file volume adjustment factor (real number)",
 "--ignore-length          Ignore input file length given in header; read to EOF",