Skip to content

Commit

Permalink
Fix typo (givin->given) in test/testframe.c. (#3567)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Sep 22, 2023
1 parent f994aa5 commit 9d41d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testframe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9d41d47

Please sign in to comment.