summaryrefslogtreecommitdiffstats
path: root/test/th5s.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-04-07 17:59:11 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2022-04-07 17:59:11 (GMT)
commitdbfa606888c6ed92da882936e63c4f3b13551607 (patch)
treed70208839a7c3fa314299acb6253dbae32678fab /test/th5s.c
parentc3902706ad01a5f1c0a6a213a4eac9c75f4709d9 (diff)
parentb3dbd62426c9b5be542bc41d390b4eea8473c55f (diff)
downloadhdf5-dbfa606888c6ed92da882936e63c4f3b13551607.zip
hdf5-dbfa606888c6ed92da882936e63c4f3b13551607.tar.gz
hdf5-dbfa606888c6ed92da882936e63c4f3b13551607.tar.bz2
Merge branch 'spelling-corrections' of https://github.com/lrknox/hdf5 into lrknox-spelling-corrections
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 51216dc..1a6f56e 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -2022,7 +2022,7 @@ test_h5s_encode_points(H5F_libver_t low, H5F_libver_t high)
{
hid_t fapl = -1; /* File access property list ID */
hid_t sid; /* Dataspace ID */
- hsize_t numparticles = 8388608; /* Used to calculate dimenion size */
+ hsize_t numparticles = 8388608; /* Used to calculate dimension size */
unsigned num_dsets = 513; /* used to calculate dimension size */
hsize_t total_particles = numparticles * num_dsets;
hsize_t vdsdims[1] = {total_particles}; /* Dimension size */