198c9b8daecc44fbda6a6494c566c723920f030a lrnassar Wed Mar 11 18:25:21 2026 -0700 Fixing a few hundred clear typos with the help of Claude. Some are less important in code comments, but majority of them are in user-facing places. I manually approved 60%+ of the changes and didn't see any that were an incorrect suggestion, at worst it was potentially uncessesary, like a code comment having cant instead of can't. No RM. diff --git src/hg/htdocs/inc/gbFooter.html src/hg/htdocs/inc/gbFooter.html index 8c50a464cd6..047c8681247 100755 --- src/hg/htdocs/inc/gbFooter.html +++ src/hg/htdocs/inc/gbFooter.html @@ -1,61 +1,61 @@ <div class="gbClearBoth"></div> <div id="footer" class="gbRow gbFooterContainer"> <div class="gbFooterColumn"> <a href="http://www.ucsc.edu">UCSC Home</a> <br> <a href="http://www.soe.ucsc.edu">BSOE Home</a> <br> <a href="https://ucscgenomics.soe.ucsc.edu/">Genomics Institute Home</a> <br> <a href="../license/">Licenses</a> </div> <div class="gbFooterColumn"> <a href="../training/">Training</a> <br> <a href="../FAQ/index.html">FAQs & Search</a> <br> <a href="../cite.html">Cite Us</a> <br> <a href="../goldenPath/pubs.html">Publications</a> </div> <div class="gbFooterColumn"> <a href="https://genome-store.ucsc.edu/">Store</a> <br> <a href="../contacts.html">Contact</a> <br> <a href="../cgi-bin/hgUserSuggestion">Suggestions</a> <br> <a href="https://ucscgenomics.soe.ucsc.edu/careers/">Jobs</a> </div> <div class="gbFooterColumn"> <div class="gbFooterIcons"> <a href="http://www.facebook.com/ucscGenomeBrowser"> <i class="fa fa-facebook-square fa-2x"></i></a> <a href="https://www.twitter.com/GenomeBrowser"> <i class="fa fa-twitter-square fa-2x"></i></a> <a href="http://genome.ucsc.edu/blog/"> <i class="fa fa-wordpress fa-2x"></i></a> <br> <a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&gid=1001&pgid=780&cid=1749&dids=645"> <div class="gbAllCapsButton gbDonateButton" id="donateButton"> Donate </div> </a> </div> </div> <div class="gbFooterCopyright"> - © 2000-2024 The Regents of the University of California. All Rights Reserved. + © 2000-2026 The Regents of the University of California. All Rights Reserved. <br> <a href="../conditions.html">Conditions of Use</a> </div> </div>