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/zoo/analyze4d/analyze.c src/hg/zoo/analyze4d/analyze.c index 154e5787c94..ef572b9ccf0 100644 --- src/hg/zoo/analyze4d/analyze.c +++ src/hg/zoo/analyze4d/analyze.c @@ -172,31 +172,31 @@ printf("Considering all species (%s as Reference)\n",spec_name); printf("--------------------------------------------\n\n"); print_totals(total_columns, column_differs, &base_count, "Human"); printf("\nConsidering species which share the site (%s as Reference)\n",spec_name); printf("-------------------------------------------------------------\n\n"); print_totals(total_columns, column_4d_differs, &bases_in_4d, "Human"); printf("\n"); /* Result of species breakdown */ for(i=0;i