From 9bd5228d4a520626d624074e8883a02cc9aacde2 Mon Sep 17 00:00:00 2001 From: colintu Date: Sun, 26 Jul 2009 11:30:34 +0000 Subject: [PATCH 1/1] Fix typo in NOGAP error message git-svn-id: http://abcde.googlecode.com/svn/trunk@253 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 4 ++-- debian/changelog | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/abcde b/abcde index 4ae4712..0ca4542 100755 --- 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 diff --git a/debian/changelog b/debian/changelog index e54ed5c..45a657d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 26 Jul 2009 12:18:30 +0100 + -- Colin Tuckley Sun, 26 Jul 2009 12:27:35 +0100 abcde (2.3.99.7-1) unstable; urgency=low -- 2.20.1