diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-01-19 15:41:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 15:41:56 (GMT) |
commit | 5875cb94648b5b0b7a0923306b3084d373f1735f (patch) | |
tree | 58562552e1de458944465c7d990e6c655a8fee17 /test | |
parent | e72e64b87b77bb1ba32642528f19db1217869547 (diff) | |
download | hdf5-5875cb94648b5b0b7a0923306b3084d373f1735f.zip hdf5-5875cb94648b5b0b7a0923306b3084d373f1735f.tar.gz hdf5-5875cb94648b5b0b7a0923306b3084d373f1735f.tar.bz2 |
spelling corrections (#1382)inactive/selection_io_with_subfiling_vfd
* spelling correction
Diffstat (limited to 'test')
-rw-r--r-- | test/cork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cork.c b/test/cork.c index 543e890..c22308b 100644 --- a/test/cork.c +++ b/test/cork.c @@ -1887,7 +1887,7 @@ test_dset_cork(hbool_t swmr, hbool_t new_format) { hid_t fid = H5I_INVALID_HID; /* File ID */ hid_t fapl; /* File access property list */ - hid_t gid = H5I_INVALID_HID; /* Groupd ID */ + hid_t gid = H5I_INVALID_HID; /* Group ID */ hid_t did1 = H5I_INVALID_HID, did2 = H5I_INVALID_HID; /* Dataset IDs */ hid_t tid1 = H5I_INVALID_HID, tid2 = H5I_INVALID_HID; /* Datatype IDs */ hid_t sid = H5I_INVALID_HID; /* Dataspace ID */ |