From 59a103ca3f7a7b58040d04de3b1cdedccc2cbabc Mon Sep 17 00:00:00 2001 From: colintu Date: Sat, 17 Oct 2009 08:51:57 +0000 Subject: [PATCH] Fix typo of replaygain git-svn-id: http://abcde.googlecode.com/svn/trunk@275 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcde b/abcde index 2e76551..4ab5d00 100755 --- a/abcde +++ b/abcde @@ -496,7 +496,7 @@ makeids () do_replaygain() { if checkstatus replaygain; then :; else - run_command "" echo "Adding replygain information..." + run_command "" echo "Adding replaygain information..." for TMPOUTPUT in $( echo $OUTPUTTYPE | tr , \ ) do case $TMPOUTPUT in -- 2.20.1