a603cd3b10342a408470bfb955a3eb07abc01807
max
  Wed Jul 16 08:03:12 2025 -0700
typos on table browser tooltip, no redmine

diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c
index 685acbe6978..a98856a432a 100644
--- src/hg/hgTables/mainPage.c
+++ src/hg/hgTables/mainPage.c
@@ -923,31 +923,31 @@
     {
     if (anyIntersection())
         {
 	hPrintf("<TR><TD><B>Intersection with %s:</B>\n",
 		cartString(cart, hgtaIntersectTable));
 	cgiMakeButton(hgtaDoIntersectPage, "Edit");
 	hPrintf(" ");
 	cgiMakeButton(hgtaDoClearIntersect, "Clear");
         hPrintf("</TD></TR>\n");
 	}
     else if (canIntersect(database, curTable))
         {
 	hPrintf("<TR><TD><B>Intersection:</B>\n");
 	cgiMakeButton(hgtaDoIntersectPage, "Create");
         hPrintf("<small style='margin-left: 12px'>Need to intersect on position?</small>");
-        printInfoIcon("Want to intersect two tables on their chrom-start-end fields and keep all other fields from both tables? For exampe, you selec one track with SNPs and want to overlap against enhancers and need to output both the SNP and the enhancer information, our <a href='hgIntegrator'>Data Annotation Integrator</a> is the right tool for you");
+        printInfoIcon("Want to intersect two tables on their chrom-start-end fields and keep all other fields from both tables? For example, if you want to select one track with SNPs and want to overlap against enhancers and need to output both the SNP and the enhancer information, then our <a href='hgIntegrator'>Data Annotation Integrator</a> is the right tool for you");
         hPrintf("</TD></TR>\n");
 	}
     }
 
 /* Correlation line. */
 struct trackDb *tdb = findTdbForTable(database, curTrack, curTable, ctLookupName);
 if (correlateTrackTableOK(tdb, curTable))
     {
     char *table2 = cartUsualString(cart, hgtaCorrelateTable, "none");
     hPrintf("<TR><TD><B>Correlation:</B>\n");
     if (differentWord(table2, "none") && strlen(table2) && ! isNoGenomeDisabled(database, table2))
         {
         struct grp *groupList = fullGroupList;
         struct grp *selGroup = findSelectedGroup(groupList, hgtaCorrelateGroup);
         struct trackDb *tdb2 = findSelectedTrack(fullTrackList, selGroup,hgtaCorrelateTrack);