64675c24b3136d06f2123a1039a034114bd597b6
lrnassar
  Thu Feb 12 13:35:41 2026 -0800
Improving error messages mostly on hubCheck, with a few trackHub.c cases. Overall making the messages more informative to tell users what went wrong and what they can do to fix it, refs #35718

diff --git src/hg/utils/hubCheck/tests/makefile src/hg/utils/hubCheck/tests/makefile
index b5cb1189b23..810fed1d152 100644
--- src/hg/utils/hubCheck/tests/makefile
+++ src/hg/utils/hubCheck/tests/makefile
@@ -39,23 +39,23 @@
 	diff expected/autoScaleHub.txt output/autoScaleHub.output.txt
 
 noLongLabel:	mkout
 	-${hubCheck} input/noLongLabel.txt > output/noLongLabel.txt
 	diff expected/noLongLabel.txt output/noLongLabel.txt
 
 badGroups: mkout
 	-${hubCheck} input/badGroups.txt > output/badGroups.output.txt 2>/dev/null
 	diff expected/badGroups.output.txt output/badGroups.output.txt
 
 goodGroups: mkout
 	-${hubCheck} input/goodGroups.txt > output/goodGroups.output.txt
 	diff expected/goodGroups.output.txt output/goodGroups.output.txt
 
 noCompositeGroup: mkout
-	-${hubCheck} input/noCompositeGroup.txt > output/noCompositeGroup.ouptut.txt 2>/dev/null
-	diff expected/noCompositeGroup.output.txt output/noCompositeGroup.txt
+	-${hubCheck} input/noCompositeGroup.txt > output/noCompositeGroup.output.txt 2>/dev/null
+	diff expected/noCompositeGroup.output.txt output/noCompositeGroup.output.txt
 
 mkout::
 	@mkdir -p output
 clean::
 	rm -rf output