summaryrefslogtreecommitdiffstats
path: root/test/getname.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-04-07 18:00:19 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2022-04-07 18:00:19 (GMT)
commit53d990c2c31095a0662e5119587bfcad34a21a8f (patch)
treed70208839a7c3fa314299acb6253dbae32678fab /test/getname.c
parentc3902706ad01a5f1c0a6a213a4eac9c75f4709d9 (diff)
parentdbfa606888c6ed92da882936e63c4f3b13551607 (diff)
downloadhdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.zip
hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.tar.gz
hdf5-53d990c2c31095a0662e5119587bfcad34a21a8f.tar.bz2
Merge branch 'lrknox-spelling-corrections' into hdf5_1_12
Diffstat (limited to 'test/getname.c')
-rw-r--r--test/getname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/getname.c b/test/getname.c
index 200c426..698079d 100644
--- a/test/getname.c
+++ b/test/getname.c
@@ -1526,7 +1526,7 @@ test_main(hid_t file_id, hid_t fapl)
{
char name[NAME_BUF_SIZE]; /* Buffer to hold name and its size */
- /* Get name for non commited datatype, it should fail */
+ /* Get name for non committed datatype, it should fail */
H5E_BEGIN_TRY
{
if (H5Iget_name(type_id, name, NAME_BUF_SIZE) > 0)