shithub: sox

Download patch

ref: 0cbddf485a6196df8c2cc22ad1e9901908c09270
parent: 8e9abc551e564b3ad6cf109720cdd97dea65e316
author: robs <robs>
date: Sat Nov 10 05:59:24 EST 2007

grammar

--- a/src/sndfile.c
+++ b/src/sndfile.c
@@ -306,7 +306,7 @@
   ft->signal.channels = sf->sf_info->channels;
   ft->length = sf->sf_info->frames * sf->sf_info->channels;
 
-  /* FIXME: it would be better if LSF was able to do this */
+  /* FIXME: it would be better if LSF were able to do this */
   if ((sf->sf_info->format & SF_FORMAT_TYPEMASK) == SF_FORMAT_RAW) {
     if (ft->signal.rate == 0) {
       sox_warn("'%s': sample rate not specified; trying 8kHz", ft->filename);