summaryrefslogtreecommitdiffstats
path: root/test/API
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-19 16:05:23 (GMT)
committerGitHub <noreply@github.com>2023-05-19 16:05:23 (GMT)
commit5c2e434dc630d6e333aa4118c20d67b80df2173d (patch)
tree12871ee75fc10e44c96e2bbe3ce072b6fae070a6 /test/API
parentd7cb8aca5b4d07f9d04cd5aba618d4ec4dda7ac2 (diff)
downloadhdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.zip
hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.gz
hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.bz2
Fix 'datatype' misspellings ('dataype') (#2984)
Diffstat (limited to 'test/API')
-rw-r--r--test/API/tattr.c2
-rw-r--r--test/API/tmisc.c10
2 files changed, 6 insertions, 6 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);