summaryrefslogtreecommitdiffstats
path: root/test/testcheck_version.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-12-11 02:19:04 (GMT)
committerGitHub <noreply@github.com>2021-12-11 02:19:04 (GMT)
commit290b52f1b840e4945cf12508bd4832c5750695d8 (patch)
treee05a7f47180d69c75bdd3e572e7469d8b6335693 /test/testcheck_version.sh.in
parent206e1dacfe4094b47c2a9e74982450a308fd08c5 (diff)
downloadhdf5-290b52f1b840e4945cf12508bd4832c5750695d8.zip
hdf5-290b52f1b840e4945cf12508bd4832c5750695d8.tar.gz
hdf5-290b52f1b840e4945cf12508bd4832c5750695d8.tar.bz2
Merge Fix directory variable in shell scripts #1273 (#1278)
Diffstat (limited to 'test/testcheck_version.sh.in')
-rw-r--r--test/testcheck_version.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testcheck_version.sh.in b/test/testcheck_version.sh.in
index 6378ee5..273702e 100644
--- a/test/testcheck_version.sh.in
+++ b/test/testcheck_version.sh.in
@@ -36,7 +36,7 @@ RM='rm -f'
PURPOSE() {
echo "Tests for the H5check_version function."
echo "Note that abort messages may appear due to the expected termination"
- echo "of the program when it is tested with mis-matched version numnbers."
+ echo "of the program when it is tested with mis-matched version numbers."
}
# Print a line-line message left justified in a field of 70 characters.
@@ -232,7 +232,7 @@ esac
# RUNSERIAL is used. Check if it can return exit code from executalbe correctly.
if [ -n "$RUNSERIAL_NOEXITCODE" ]; then
- echo "***Warning*** Serial Exit Code is not passed back to shell corretly."
+ echo "***Warning*** Serial Exit Code is not passed back to shell correctly."
echo "***Warning*** Exit code checking is skipped."
h5haveexitcode=no
fi