[Ffmpeg-cvslog] r7511 - trunk/tests/regression.sh

diego subversion
Mon Jan 15 00:20:05 CET 2007


Author: diego
Date: Mon Jan 15 00:20:05 2007
New Revision: 7511

Modified:
   trunk/tests/regression.sh

Log:
comment grammar fixes


Modified: trunk/tests/regression.sh
==============================================================================
--- trunk/tests/regression.sh	(original)
+++ trunk/tests/regression.sh	Mon Jan 15 00:20:05 2007
@@ -4,7 +4,7 @@
 #
 #
 #set -x
-# Even in the 21st century some diffs are not supporting -u.
+# Even in the 21st century some diffs do not support -u.
 diff -u "$0" "$0" > /dev/null 2>&1
 if [ $? -eq 0 ]; then
   diff_cmd="diff -u"
@@ -24,7 +24,7 @@
 logfile="$datadir/ffmpeg.regression"
 outfile="$datadir/a-"
 
-# tests to do
+# tests to run
 if [ "$1" = "mpeg4" ] ; then
     do_mpeg4=y
 elif [ "$1" = "mpeg" ] ; then
@@ -107,7 +107,7 @@
     do_md5sum() { echo No md5sum program found; }
 fi
 
-# create the data directory if it does not exists
+# create the data directory if it does not exist
 mkdir -p $datadir
 
 FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple"




More information about the ffmpeg-cvslog mailing list