summaryrefslogtreecommitdiffstats
path: root/test/testlibinfo.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/testlibinfo.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/testlibinfo.sh.in')
-rw-r--r--test/testlibinfo.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlibinfo.sh.in b/test/testlibinfo.sh.in
index 2a9a05c..d9fee48 100644
--- a/test/testlibinfo.sh.in
+++ b/test/testlibinfo.sh.in
@@ -19,7 +19,7 @@
# libhdf5.settings file.
# Part 2:
# If executable is linked with the static hdf5 library (how to determine?),
-# verify an executable indeed contains an exact copy of hte content of the
+# verify an executable indeed contains an exact copy of the content of the
# libhdf5.settings file.
#
# Programmer: Albert Cheng