Fix typo in NOGAP error message
[clinton/abcde.git] / abcde
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