c29fce5224465c819e5f3b856914dcd906d58fa4
braney
  Thu Mar 20 08:59:13 2014 -0700
oops, fix spelling error in spReactomeEvent field descriptions
diff --git src/hg/lib/spReactomeEvent.as src/hg/lib/spReactomeEvent.as
index ec4f8e8..6b86ae0 100644
--- src/hg/lib/spReactomeEvent.as
+++ src/hg/lib/spReactomeEvent.as
@@ -1,6 +1,6 @@
 table spReactomeEvent "mapping from uniProt id to Reactome event id"
 	(
-	  string spId;        "UniProt protein Accession number"
-	  string eventId;     "Reactome Event id"
+	  string spID;        "UniProt protein Accession number"
+	  string eventID;     "Reactome Event id"
 	  string eventDesc;   "Reactome Event description"
 	)