diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-04 09:55:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:55:03 (GMT) |
commit | 51ff48b8873d584811f4cad83c19f1edf484b7e4 (patch) | |
tree | 22633f494d84072c55d63ef24e314b48518220fb /test/direct_chunk.c | |
parent | 42549af4c83f4db09461dac6b500daa7e33752c6 (diff) | |
download | hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.zip hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.gz hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.bz2 |
Fix several spelling/grammar issues (#3621) (#3632)
Diffstat (limited to 'test/direct_chunk.c')
-rw-r--r-- | test/direct_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/direct_chunk.c b/test/direct_chunk.c index 078349c..89eb90c 100644 --- a/test/direct_chunk.c +++ b/test/direct_chunk.c @@ -407,7 +407,7 @@ test_direct_chunk_overwrite_data(hid_t fid) if ((sid = H5Screate_simple(OVERWRITE_NDIMS, dset_dims, dset_max_dims)) < 0) FAIL_STACK_ERROR; - /* Set chunk size and filll value */ + /* Set chunk size and fill value */ if ((dcpl_id = H5Pcreate(H5P_DATASET_CREATE)) < 0) FAIL_STACK_ERROR; if (H5Pset_fill_value(dcpl_id, tid, &fill_value) < 0) |