src/hg/lib/transRegCode.as 1.4

1.4 2009/04/27 17:22:00 kuhn
typo
Index: src/hg/lib/transRegCode.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/transRegCode.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/lib/transRegCode.as	23 Apr 2009 22:50:17 -0000	1.3
+++ src/hg/lib/transRegCode.as	27 Apr 2009 17:22:00 -0000	1.4
@@ -1,11 +1,11 @@
 table transRegCode
 "Transcription factor binding sites from ChIP-chip experiments and conservation"
     (
     string chrom;	"Reference sequence chromosome or scaffold"
     uint chromStart;    "Start position in chromosome"
     uint chromEnd;      "End position in chromosome"
-    string name;        "Name of transcription factore"
+    string name;        "Name of transcription factor"
     uint score;         "Score from 0 to 1000"
     string chipEvidence; "Evidence strength from ChIP-chip assay"
     uint consSpecies;	"Number of species conserved in"
     )