4e9aedd9195104e098858f5908727498f3ef3e35
hiram
  Wed Mar 30 15:04:15 2022 -0700
fixup typo spelling error refs #28930

diff --git src/hg/gar/garTable.pl src/hg/gar/garTable.pl
index e0046ac..c080f52 100755
--- src/hg/gar/garTable.pl
+++ src/hg/gar/garTable.pl
@@ -808,31 +808,31 @@
 printf "<col id='scafN50' span='1' class=colGScafN50>\n";
 printf "<col id='ctgN50' span='1' class=colGContigN50>\n";
 printf "<col id='IUCN' span='1' class=colGIUCN>\n";
 printf "<col id='taxId' span='1' class=colGTaxId>\n";
 printf "<col id='asmDate' span='1' class=colGAsmDate>\n";
 printf "<col id='bioSample' span='1' class=colGBioSample>\n";
 printf "<col id='bioProject' span='1' class=colGBioProject>\n";
 printf "<col id='submitter' span='1' class=colGSubmitter>\n";
 printf "<col id='clade' span='1' class=colGClade>\n";
 printf "</colgroup>\n";
 
 printf "<thead>\n";
 printf "<tr>\n";
 printf "  <th class='colViewReq'><div class='tooltip'>view/request &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'><em>'view'</em> opens the genome browser for an existing assembly, <em>'request'</em> opens an assembly request form.</span></div></th>\n";
 printf "  <th class='colComName'><div class='tooltip'>English common name &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>English common name</span></div></th>\n";
-printf "  <th class='colSciName'><div class='tooltip'>scientific name (count) &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>Links to Google image search. Count shows the number of assemblies available for this orgnism.</span></div></th>\n";
+printf "  <th class='colSciName'><div class='tooltip'>scientific name (count) &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>Links to Google image search. Count shows the number of assemblies available for this organism.</span></div></th>\n";
 printf "  <th class='colAsmId'><div class='tooltip'>NCBI Assembly &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>Links to NCBI resource record.</span></div></th>\n";
 printf "  <th class='colAsmSize'><div class='tooltip'>assembly<br>size &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>Number of nucleotides in the assembly.</span></div></th>\n";
 printf "  <th class='colAsmSeqCount'><div class='tooltip'>sequence<br>count &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>The number of sequences in this assembly.</span></div></th>\n";
 printf "  <th class='colScafN50'><div class='tooltip'>scaffold N50<br>length (L50) &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'><a href='https://en.wikipedia.org/wiki/N50,_L50,_and_related_statistics' target=_blank>N50 (L50)</a> length.</span></div> </th>\n";
 printf "  <th class='colContigN50'><div class='tooltip'>contig N50<br>length (L50) &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'><a href='https://en.wikipedia.org/wiki/N50,_L50,_and_related_statistics' target=_blank>N50 (L50)</a> length.</span></div></th>\n";
 printf "  <th class='colIUCN'><div class='tooltip'>IUCN &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>Links to <a href='https://www.iucnredlist.org/' target=_blank>IUCN Red List</a> of Threatened Species (version 2021-3) <span style='color:%s;'>CR - Critical</span> / <span style='color:%s;'>EN - Endangered</span> / <span style='color:%s;'>VU - Vulnerable</span></span></div></th>\n", $statusColors{"CR"}, $statusColors{"EN"}, $statusColors{"VU"};
 printf "  <th class='colTaxId'><div class='tooltip'>NCBI taxID &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>Links to <a href='https://www.ncbi.nlm.nih.gov/taxonomy' target='_blank'>NCBI Taxonomy</a> database.</span></div></th>\n";
 printf "  <th class='colAsmDate'><div class='tooltip'>assembly<br>date &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>Date submitted to <a href='https://www.ncbi.nlm.nih.gov/assembly' target=_blank>NCBI Assembly</a> database.</span></div></th>\n";
 printf "  <th class='colBioSample sorttable_alpha'><div class='tooltip'>BioSample &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>BioSample ID at <a href='https://www.ncbi.nlm.nih.gov/biosample' target=_blank>NCBI</a>.</span></div></th>\n";
 printf "  <th class='colBioProject sorttable_alpha'><div class='tooltip'>BioProject &#9432;<span onclick='event.stopPropagation()' class='tooltiptext'>BioProject ID at <a href='https://www.ncbi.nlm.nih.gov/bioproject' target=_blank>NCBI</a>.</span></div></th>\n";
 printf "  <th class='colSubmitter sorttable_alpha'><div class='tooltip'>Assembly submitter &#9432;<span onclick='event.stopPropagation()' class='tooltiptextright'>Person or group who submitted to <a href='https://www.ncbi.nlm.nih.gov/assembly' target=_blank>NCBI Assembly</a> database.</span></div></th>\n";
 printf "  <th class='colClade'><div class='tooltip'>clade &#9432;<span onclick='event.stopPropagation()' class='tooltiptextright'>Clade of this organism.</span></div></th>\n";
 printf "</tr>\n";
 printf "</thead><tbody>\n";