e9f82c11e70ade2157ccaea52096968b4e716501 galt Wed Dec 9 20:00:48 2015 -0800 oops fix spelling of chromosome diff --git src/hg/hgTracks/config.c src/hg/hgTracks/config.c index 0d989cc..4892e45 100644 --- src/hg/hgTracks/config.c +++ src/hg/hgTracks/config.c @@ -571,31 +571,31 @@ webStartWrapperDetailedNoArgs(cart, database, "", "", FALSE, FALSE, FALSE, FALSE); cartSaveSession(cart); hPrintf("<BR>\n"); hTableStart(); virtModeType = cartUsualString(cart, "virtModeType", virtModeType); hPrintf("<TR><TD>"); cgiMakeRadioButton("virtModeType", "default", sameWord("default", virtModeType)); hPrintf("</TD><TD>"); -hPrintf("Show single-chromsome view (default)"); +hPrintf("Show single-chromosome view (default)"); hPrintf("</TD></TR>\n"); struct sqlConnection *conn = NULL; if (!trackHubDatabase(database)) // no db conn for assembly hubs conn = hAllocConn(database); // Do we have a gene table for exonMostly? findBestEMGeneTable(trackList); if (emGeneTable) { hPrintf("<TR><TD>"); cgiMakeRadioButton("virtModeType", "exonMostly", sameWord("exonMostly", virtModeType)); hPrintf("</TD><TD>"); hPrintf("Show exons or "); cgiMakeRadioButton("virtModeType", "geneMostly", sameWord("geneMostly", virtModeType));