summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-09-22 13:45:10 (GMT)
committerGitHub <noreply@github.com>2023-09-22 13:45:10 (GMT)
commit9d41d478ef69eeac2c471aed248127445ff6daf7 (patch)
treefe171ea62c663588ccfdfd74670d23157cb7b922
parentf994aa5956f18e8a3a6e61fddd7751caae410602 (diff)
downloadhdf5-9d41d478ef69eeac2c471aed248127445ff6daf7.zip
hdf5-9d41d478ef69eeac2c471aed248127445ff6daf7.tar.gz
hdf5-9d41d478ef69eeac2c471aed248127445ff6daf7.tar.bz2
Fix typo (givin->given) in test/testframe.c. (#3567)
-rw-r--r--test/testframe.c2
1 files changed, 1 insertions, 1 deletions
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");