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/rgdPathway.as src/hg/lib/rgdPathway.as
index 8750a43..3aff276 100644
--- src/hg/lib/rgdPathway.as
+++ src/hg/lib/rgdPathway.as
@@ -1,6 +1,6 @@
 table rgdPathway
-"RGD Pathway Descriptioin"
+"RGD Pathway Description"
     (
-    string pathwayI;	"RGD pathway ID"
+    string pathwayId;	"RGD pathway ID"
     string description; "Description of pathway"
     )