shithub: sox

Download patch

ref: a8d4084099aa0dd62138a59c732bfab75ccf8f47
parent: a622d3a619ef95ed68aa5752c1d4a6ec7b988fc1
author: robs <robs>
date: Tue May 26 04:50:43 EDT 2009

minor

--- a/src/gain.c
+++ b/src/gain.c
@@ -48,15 +48,15 @@
       default: lsx_fail("invalid option `-%c'", *q); return lsx_usage(effp);
     }
   if ((p->do_equalise + p->do_balance + p->do_balance_no_clip + p->do_restore)/ sox_true > 1) {
-    lsx_fail("Only one of -e, -B, -b, -r may be given");
+    lsx_fail("only one of -e, -B, -b, -r may be given");
     return SOX_EOF;
   }
   if (p->do_normalise && p->do_restore) {
-    lsx_fail("Only one of -n, -r may be given");
+    lsx_fail("only one of -n, -r may be given");
     return SOX_EOF;
   }
   if (p->do_limiter && p->make_headroom) {
-    lsx_fail("Only one of -l, -h may be given");
+    lsx_fail("only one of -l, -h may be given");
     return SOX_EOF;
   }
   do {NUMERIC_PARAMETER(fixed_gain, -HUGE_VAL, HUGE_VAL)} while (0);