src/hg/lib/swInterPro.as 1.4

1.4 2010/04/29 03:40:21 markd
fixed invalid autoSql that prevented descriptions from being displayed
Index: src/hg/lib/swInterPro.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/swInterPro.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/lib/swInterPro.as	14 Sep 2004 22:40:24 -0000	1.3
+++ src/hg/lib/swInterPro.as	29 Apr 2010 03:40:21 -0000	1.4
@@ -1,6 +1,6 @@
 table swInterPro
 "A cross-reference table between Swiss-Prot accession IDs and InterPro IDs."
 	(
 	string accession;	"SWISS-PROT accession number"
-	strin  interProId;	"InterPro ID"
+	string interProId;	"InterPro ID"
 	)