Fix typo in NOGAP error message
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 26 Jul 2009 11:30:34 +0000 (11:30 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 26 Jul 2009 11:30:34 +0000 (11:30 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@253 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
debian/changelog

diff --git a/abcde b/abcde
index 4ae4712..0ca4542 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -3634,9 +3634,9 @@ else
        TAGGEROPTS="$ID3V2OPTS"
 fi
 
-# Specific for NOGAP is the use of lame. Another encoder fails...
+# NOGAP is specific to lame. Other encoders fail ...
 if [ "$NOGAP" = "y" ] && [ ! "$MP3ENCODER" = "lame" ]; then
-       log warning "the NOGAP option is specific of lame. Deactivating..."
+       log warning "the NOGAP option is specific to lame. Deactivating..."
        NOGAP=n
 fi
 
index e54ed5c..45a657d 100644 (file)
@@ -2,8 +2,9 @@ abcde (2.3.99.8-1) unstable; urgency=low
 
   * Remove svn Revision tag from version.
   * Correct homepage URL in README (Closes: #526165).
+  * Fix typo in error message (Closes: #435605).
 
- -- Colin Tuckley <colint@debian.org>  Sun, 26 Jul 2009 12:18:30 +0100
+ -- Colin Tuckley <colint@debian.org>  Sun, 26 Jul 2009 12:27:35 +0100
 
 abcde (2.3.99.7-1) unstable; urgency=low