src/utils/qa/qaEncodeTracks.csh 1.7

1.7 2010/02/04 20:22:37 kuhn
grammar tweak
Index: src/utils/qa/qaEncodeTracks.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaEncodeTracks.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/qaEncodeTracks.csh	28 Jan 2010 01:27:16 -0000	1.6
+++ src/utils/qa/qaEncodeTracks.csh	4 Feb 2010 20:22:37 -0000	1.7
@@ -83,15 +83,15 @@
 
 # check table index for each table
 echo "\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 echo "*** Check table INDEX ***"
-echo "(Only prints the INDEX if there are less than two indices."
+echo "(Only prints the INDEX if there are fewer than two indices."
 echo "Presumably, these two will include bin and something else."
 echo "Note that bbi tables will have no index.)"
 foreach table ( $tables )
  set num=`hgsql -N -e "SHOW INDEX FROM $table" $db | wc -l`
  if ( $num < 2 ) then
-  echo "ERROR: $table has less than 2 indices"
+  echo "ERROR: $table has fewer than 2 indices"
  endif 
 end
 
 # checkTableCoords for each table (instead of checkOffend.csh)