From 47ece7bceb442d70ddcc3c728533c4d4d2bccde4 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 9 Apr 2022 11:50:07 -0700 Subject: [PATCH] Fix typo. --- tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 547f87c..94f0b6b 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -162,7 +162,7 @@ if [ ${COVERAGE} -eq 1 ]; then make_header "Code Coverage Report" "${GREEN}" coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover echo - echo "To recall this report w/o run-running the tests:" + echo "To recall this report w/o re-running the tests:" echo echo " $ coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover" echo -- 2.45.2