ref: 76c54ad083868c811e0cff4d2392b3ee2a6539ea
parent: 9b2a233df481f10ff7873b6706399abca16f9d40
author: robs <robs>
date: Tue Mar 31 01:11:30 EDT 2009
spelling
--- a/ChangeLog
+++ b/ChangeLog
@@ -115,7 +115,7 @@
o New bitrate, time in seconds, & total options for soxi. (robs)
o `Magic' (libmagic) file type detection now selected using `--magic'
option (where supported).
- o [2003121] In many cases, no longer need to specify -t when inputting
+ o [2003121] In many cases, no longer need to specify -t when inputing
audio from a `pipe'. (robs)
o Support Shoutcast more URL variants. (robs)
--- a/src/stats.c
+++ b/src/stats.c
@@ -191,9 +191,9 @@
}
if (n == 2)
- fprintf(stderr, " Over-all Left Right\n");
+ fprintf(stderr, " Overall Left Right\n");
else if (n) {
- fprintf(stderr, " Over-all");
+ fprintf(stderr, " Overall");
for (i = 0; i < n; ++i)
fprintf(stderr, " Ch%-3i", i + 1);
fprintf(stderr, "\n");