summaryrefslogtreecommitdiffstats
path: root/test/th5s.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-08-17 23:31:54 (GMT)
committerGitHub <noreply@github.com>2022-08-17 23:31:54 (GMT)
commite6f16c0ec2f643218b1ba527bb92fc1bb7b2e681 (patch)
tree4c8b59017d93c74501fbbddb20282939d70e8289 /test/th5s.c
parent9304f277e8597d39ac60b9d14b309c3462938d1c (diff)
downloadhdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.zip
hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.gz
hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.bz2
Fixes codespell issues (#2032)
* Fixes codespell issues * Fixed another typo
Diffstat (limited to 'test/th5s.c')
-rw-r--r--test/th5s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/th5s.c b/test/th5s.c
index a9959ce..8a68db7 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -1108,7 +1108,7 @@ test_h5s_zero_dim(void)
dset1 = H5Dopen2(fid1, BASICDATASET1, H5P_DEFAULT);
CHECK(dset1, FAIL, "H5Dopen2");
- /* Get the space of the dataset and querry it */
+ /* Get the space of the dataset and query it */
sid1 = H5Dget_space(dset1);
CHECK(sid1, FAIL, "H5Dget_space");