c40d723b560123b36d4f3dd1b4e489c761b35e17
max
  Sun May 14 11:05:18 2017 -0700
fixing another .as error found by the nightly checker

diff --git src/hg/lib/ggEvent.as src/hg/lib/ggEvent.as
index e88e4a8..430d2dc 100644
--- src/hg/lib/ggEvent.as
+++ src/hg/lib/ggEvent.as
@@ -1,10 +1,10 @@
-table ggLink
+table ggEvent
 " hgcGeneGraph links between genes and enough info to draw a graph"
     (
     string gene1 index;       "Gene pair, symbol1 (first in alphabet)"
     string gene2;       "Gene pair, symbol2 (second in alphabet)"
     string linkTypes;   "comma-sep list of pwy (=pathway),ppi (=ppi-db), text. If ppi or pwy: low if low-throughput assay"
     string pairCount;    "strengh in gene1->gene2 direction, usually number of documents"
     string oppCount;    "strengh in gene2->gene1 direction, usually number of documents"
     string snippet;     "if linkType 'text': selected sentence from text-mined results"
     )