diff options
Diffstat (limited to 'test/API/tattr.c')
-rw-r--r-- | test/API/tattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/API/tattr.c b/test/API/tattr.c index 2016160..182d62d 100644 --- a/test/API/tattr.c +++ b/test/API/tattr.c @@ -11768,7 +11768,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); |