diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 17:59:11 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 17:59:11 (GMT) |
commit | dbfa606888c6ed92da882936e63c4f3b13551607 (patch) | |
tree | d70208839a7c3fa314299acb6253dbae32678fab /test/vds_env.c | |
parent | c3902706ad01a5f1c0a6a213a4eac9c75f4709d9 (diff) | |
parent | b3dbd62426c9b5be542bc41d390b4eea8473c55f (diff) | |
download | hdf5-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/vds_env.c')
-rw-r--r-- | test/vds_env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vds_env.c b/test/vds_env.c index 1f00444..db54ea0 100644 --- a/test/vds_env.c +++ b/test/vds_env.c @@ -58,7 +58,7 @@ test_vds_prefix_second(unsigned config, hid_t fapl) hid_t srcspace[4] = {-1, -1, -1, -1}; /* Source dataspaces */ hid_t vspace[4] = {-1, -1, -1, -1}; /* Virtual dset dataspaces */ hid_t memspace = -1; /* Memory dataspace */ - hid_t srcdset[4] = {-1, -1, -1, -1}; /* Source datsets */ + hid_t srcdset[4] = {-1, -1, -1, -1}; /* Source datasets */ hid_t vdset = -1; /* Virtual dataset */ hsize_t dims[4] = {10, 26, 0, 0}; /* Data space current size */ int buf[10][26]; /* Write and expected read buffer */ |