From 9d41d478ef69eeac2c471aed248127445ff6daf7 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Fri, 22 Sep 2023 08:45:10 -0500 Subject: Fix typo (givin->given) in test/testframe.c. (#3567) --- test/testframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testframe.c b/test/testframe.c index 310886f..13cdf0e 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -167,7 +167,7 @@ TestUsage(void) print_func("verbose controls the amount of information displayed\n"); print_func("exclude to exclude tests by name\n"); print_func("only to name tests which should be run\n"); - print_func("begin start at the name of the test givin\n"); + print_func("begin start at the name of the test given\n"); print_func("summary prints a summary of test results at the end\n"); print_func("cleanoff does not delete *.hdf files after execution of tests\n"); print_func("help print out this information\n"); -- cgit v0.12