diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-19 16:05:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 16:05:23 (GMT) |
commit | 5c2e434dc630d6e333aa4118c20d67b80df2173d (patch) | |
tree | 12871ee75fc10e44c96e2bbe3ce072b6fae070a6 /test | |
parent | d7cb8aca5b4d07f9d04cd5aba618d4ec4dda7ac2 (diff) | |
download | hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.zip hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.gz hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.bz2 |
Fix 'datatype' misspellings ('dataype') (#2984)
Diffstat (limited to 'test')
-rw-r--r-- | test/API/tattr.c | 2 | ||||
-rw-r--r-- | test/API/tmisc.c | 10 | ||||
-rw-r--r-- | test/dsets.c | 2 | ||||
-rw-r--r-- | test/gen_mergemsg.c | 10 | ||||
-rw-r--r-- | test/tattr.c | 2 | ||||
-rw-r--r-- | test/tmisc.c | 10 |
6 files changed, 18 insertions, 18 deletions
diff --git a/test/API/tattr.c b/test/API/tattr.c index d006eb8..5ae1167 100644 --- a/test/API/tattr.c +++ b/test/API/tattr.c @@ -11767,7 +11767,7 @@ test_attr(void) test_attr_delete(my_fapl); /* Test H5A code for deleting attributes */ /* This next test uses its own file information */ - test_attr_dtype_shared(my_fapl); /* Test using shared dataypes in attributes */ + test_attr_dtype_shared(my_fapl); /* Test using shared datatypes in attributes */ /* This next test uses its own file information */ test_attr_duplicate_ids(my_fapl); diff --git a/test/API/tmisc.c b/test/API/tmisc.c index d35a00b..9013422 100644 --- a/test/API/tmisc.c +++ b/test/API/tmisc.c @@ -4839,7 +4839,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR1_LEN); @@ -4865,7 +4865,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR2_LEN); @@ -4935,7 +4935,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR3_LEN); @@ -4981,7 +4981,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR2_LEN); @@ -5043,7 +5043,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR2_LEN); diff --git a/test/dsets.c b/test/dsets.c index fc3de08..9208233 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -1633,7 +1633,7 @@ const H5Z_class2_t H5Z_BOGUS[1] = {{ * Function: can_apply_bogus * * Purpose: A bogus 'can apply' callback that returns 0 for H5T_NATIVE_DOUBLE - * dataype, but returns 1 for all other datatypes + * datatype, but returns 1 for all other datatypes * * Return: Success: Described above * Failure: 0 diff --git a/test/gen_mergemsg.c b/test/gen_mergemsg.c index 68d0692..b8d5e99 100644 --- a/test/gen_mergemsg.c +++ b/test/gen_mergemsg.c @@ -81,7 +81,7 @@ main() sid = H5Screate(H5S_SCALAR); assert(sid > 0); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); assert(tid > 0); ret = H5Tset_size(tid, ATTR1_LEN); @@ -107,7 +107,7 @@ main() sid = H5Screate(H5S_SCALAR); assert(sid > 0); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); assert(tid > 0); ret = H5Tset_size(tid, ATTR2_LEN); @@ -177,7 +177,7 @@ main() sid = H5Screate(H5S_SCALAR); assert(sid > 0); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); assert(tid > 0); ret = H5Tset_size(tid, ATTR3_LEN); @@ -223,7 +223,7 @@ main() sid = H5Screate(H5S_SCALAR); assert(sid > 0); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); assert(tid > 0); ret = H5Tset_size(tid, ATTR2_LEN); @@ -285,7 +285,7 @@ main() sid = H5Screate(H5S_SCALAR); assert(sid > 0); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); assert(tid > 0); ret = H5Tset_size(tid, ATTR2_LEN); diff --git a/test/tattr.c b/test/tattr.c index 5dd5736..20dbd25 100644 --- a/test/tattr.c +++ b/test/tattr.c @@ -11509,7 +11509,7 @@ test_attr(void) test_attr_delete(my_fapl); /* Test H5A code for deleting attributes */ /* This next test uses its own file information */ - test_attr_dtype_shared(my_fapl); /* Test using shared dataypes in attributes */ + test_attr_dtype_shared(my_fapl); /* Test using shared datatypes in attributes */ /* This next test uses its own file information */ test_attr_duplicate_ids(my_fapl); diff --git a/test/tmisc.c b/test/tmisc.c index 0b04b2c..4638d74 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -4751,7 +4751,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR1_LEN); @@ -4777,7 +4777,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR2_LEN); @@ -4847,7 +4847,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR3_LEN); @@ -4893,7 +4893,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR2_LEN); @@ -4955,7 +4955,7 @@ test_misc25a(void) sid = H5Screate(H5S_SCALAR); CHECK(sid, FAIL, "H5Screate"); - /* Create dataype for attribute */ + /* Create datatype for attribute */ tid = H5Tcopy(H5T_C_S1); CHECK(tid, FAIL, "H5Tcopy"); ret = H5Tset_size(tid, (size_t)MISC25A_ATTR2_LEN); |