diff options
Diffstat (limited to 'tools/src/h5repack/create_h5file.c')
-rw-r--r-- | tools/src/h5repack/create_h5file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5repack/create_h5file.c b/tools/src/h5repack/create_h5file.c index 5efa325..910a2d4 100644 --- a/tools/src/h5repack/create_h5file.c +++ b/tools/src/h5repack/create_h5file.c @@ -207,13 +207,13 @@ create_attributes(hid_t group_id) } if (H5Aclose(attr_id) < 0) { - fprintf(stderr, "failed to close the attribure\n"); + fprintf(stderr, "failed to close the attribute\n"); goto error; } } if (H5Sclose(attr_space) < 0) { - fprintf(stderr, "failed to close the attribure space\n"); + fprintf(stderr, "failed to close the attribute space\n"); goto error; } |