Revision: 1689
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1689&view=rev
Author:   tmzullinger
Date:     2007-09-02 11:15:36 -0700 (Sun, 02 Sep 2007)

Log Message:
-----------
fixed a typo, spotted by Peter van der Does

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog_detailed
    gtkpod/trunk/scripts/convert-m4a2mp3.sh

Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed     2007-08-26 16:09:33 UTC (rev 1688)
+++ gtkpod/trunk/ChangeLog_detailed     2007-09-02 18:15:36 UTC (rev 1689)
@@ -1,3 +1,8 @@
+2007-09-02  Todd Zullinger  <tmzullinger at users.sourceforge.net>
+
+       * scripts/convert-m4a2mp3.sh: fixed a typo, spotted by Peter
+       van der Does.
+
 2007-08-26 P.G. Richardson <phantom_sf at users.sourceforge.net>
 
   * src/fetchcover.c

Modified: gtkpod/trunk/scripts/convert-m4a2mp3.sh
===================================================================
--- gtkpod/trunk/scripts/convert-m4a2mp3.sh     2007-08-26 16:09:33 UTC (rev 
1688)
+++ gtkpod/trunk/scripts/convert-m4a2mp3.sh     2007-09-02 18:15:36 UTC (rev 
1689)
@@ -74,7 +74,7 @@
 fi
 
 # Check for the existence of faad
-faac=`which faad`
+faad=`which faad`
 if [ -z "$faad" ]; then
     exit 4
 fi


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to