diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-12-31 06:11:45 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-12-31 06:11:45 (GMT) |
commit | e035c7abdde07ec8062461e16315e87f9924a7c5 (patch) | |
tree | 38e983f1b7fb8e33383386d5b4a06ba687f909f9 /test | |
parent | f808c108ed0315f115a7c69cbd8ee95032a64b34 (diff) | |
download | hdf5-e035c7abdde07ec8062461e16315e87f9924a7c5.zip hdf5-e035c7abdde07ec8062461e16315e87f9924a7c5.tar.gz hdf5-e035c7abdde07ec8062461e16315e87f9924a7c5.tar.bz2 |
Changes based on feedback from pull request.
Diffstat (limited to 'test')
-rw-r--r-- | test/del_many_dense_attrs.c | 4 | ||||
-rw-r--r-- | test/testabort_fail.sh.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/del_many_dense_attrs.c b/test/del_many_dense_attrs.c index 5ca51d9..bbae48d 100644 --- a/test/del_many_dense_attrs.c +++ b/test/del_many_dense_attrs.c @@ -13,7 +13,7 @@ /* * Purpose: Test to verify that the infinite loop closing library/abort failure - * is fixed when the application creates and removes densed attributes + * is fixed when the application creates and removes dense attributes * (See HDFFV-10659). */ @@ -49,7 +49,7 @@ static void catch_signal(int H5_ATTR_UNUSED signo) * Function: main * * Purpose: Test to verify that the infinite loop closing library/abort failure - * is fixed when the application creates and removes densed attributes + * is fixed when the application creates and removes dense attributes * (See HDFFV-10659). * * Return: Success: exit(EXIT_SUCCESS) diff --git a/test/testabort_fail.sh.in b/test/testabort_fail.sh.in index 90f8077..925d8a4 100644 --- a/test/testabort_fail.sh.in +++ b/test/testabort_fail.sh.in @@ -15,7 +15,7 @@ # does not close the file. (See HDFFV-10160) # # Test to verify that the infinite loop closing library/abort failure is fixed -# when the application creates and removes densed attributes (See HDFFV-10659) +# when the application creates and removes dense attributes (See HDFFV-10659) srcdir=@srcdir@ |