ref: 775489e2781f0d1b4bc8014ea4f62a92268a9c6b
parent: 654067918365a583e01dc1044e5e30344c82d49e
author: evilynux <evilynux>
date: Wed Oct 3 15:18:17 EDT 2007
Language fix: more then -> more than.
--- a/src/trim.c
+++ b/src/trim.c
@@ -110,7 +110,7 @@
*/
if (!trim->trimmed) {
if ((trim->index+done) <= trim->start) {
- /* If we haven't read more then "start" samples, return that
+ /* If we haven't read more than "start" samples, return that
* we've read all this buffer without outputing anything
*/
*osamp = 0;
--- a/src/vorbis.c
+++ b/src/vorbis.c
@@ -17,7 +17,7 @@
* the consequences of using this software.
*
* TODO: When reading in comments, it doesn't understand how to read
- * more then one comment and doesn't know how to parse KEY=value.
+ * more than one comment and doesn't know how to parse KEY=value.
*/
#include "sox_i.h"