0ff7c3313a6d775f6db0a6611c46d9453c223204
mary
  Tue Dec 13 16:23:09 2011 -0800
fixing mismatched quotes, spelling errors, field IDs that didn't match what was in the table due to spelling. For RGD Genes. Edits to Fan's changes here: http://redmine.soe.ucsc.edu/issues/29#note-143 and also to rgdGene2KeggPathway.as
diff --git src/hg/lib/rgdGenePathway.as src/hg/lib/rgdGenePathway.as
index 5305c13..e83c07f 100644
--- src/hg/lib/rgdGenePathway.as
+++ src/hg/lib/rgdGenePathway.as
@@ -1,6 +1,6 @@
 table rgdGenePathway
 "Cross-reference of rgdGene2 gene ID to RGD pathway ID"
     (
-    string rgdGeneI;	"Same as name field in rgdGene2 table"
-    string pathwayId;   "RGD patheya ID"
+    string geneId;	"Same as name field in rgdGene2 table"
+    string pathwayId;   "RGD pathway ID"
     )