4ef05a371988c817b2a22fc22d3bcc0f18cb9ba5
brianlee
Mon Dec 5 14:01:51 2016 -0800
Small edit with hgTracks.c done when sitting next to Max refs #18367
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 6c884ca..8b94dac 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -9479,31 +9479,31 @@
hPrintf("
zoom in 3x | i | reverse | r then v |
\n");
hPrintf(" zoom in 10x | I | resize | r then s |
\n");
hPrintf(" zoom in base level | b | refresh | r then f |
\n");
hPrintf(" zoom out 1.5x | ctrl+k | jump to position box | / |
\n");
hPrintf(" zoom out 3x | k | ");
if (gotExtTools)
hPrintf("send to external tool | s then t | ");
hPrintf("
\n");
hPrintf(" zoom out 10x | K | exon view | e then v |
\n");
hPrintf(" zoom out 100x | 0 | default view | d then v |
\n");
hPrintf(" zoom to ... | | view DNA | v then d |
\n");
hPrintf(" 10bp (1 zero) | 1 | | |
\n");
hPrintf(" 100bp (2 zeroes) | 2 | | |
\n");
hPrintf(" 1000bp (3 zeroes) | 3 | | |
\n");
hPrintf(" 50kbp (4 zeroes) | 4 | | |
\n");
-hPrintf(" 100kbp (5 zoroes) | 5 | | |
\n");
+hPrintf(" 100kbp (5 zeroes) | 5 | | |
\n");
hPrintf(" 1Mbp (6 zeroes) | 6 | | |
\n");
hPrintf("\n");
hPrintf("
");
hPrintf("\n");
}
void doMiddle(struct cart *theCart)
/* Print the body of an html file. */
{
cart = theCart;
measureTiming = hPrintStatus() && isNotEmpty(cartOptionalString(cart, "measureTiming"));
if (measureTiming)
measureTime("Startup");
hgBotDelay();