diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-11-13 20:34:41 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-11-13 21:44:06 (GMT) |
commit | 4b8458af8b1151cf3614c5881b8e2c8e11f9b657 (patch) | |
tree | fc88b4edcda0aaba516b089002643adf35502006 /src | |
parent | a53e716e83fe2203b96fc86c71f4022c7ee7dc68 (diff) | |
download | hdf5-4b8458af8b1151cf3614c5881b8e2c8e11f9b657.zip hdf5-4b8458af8b1151cf3614c5881b8e2c8e11f9b657.tar.gz hdf5-4b8458af8b1151cf3614c5881b8e2c8e11f9b657.tar.bz2 |
Merge pull request #91 from ksunden/patch-1
Fix spelling of metadata
Diffstat (limited to 'src')
-rw-r--r-- | src/H5C.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6523,7 +6523,7 @@ H5C__load_entry(H5F_t *f, /* Check for too many tries */ if (tries == 0) HGOTO_ERROR(H5E_CACHE, H5E_READERROR, NULL, - "incorrect metadatda checksum after all read attempts") + "incorrect metadata checksum after all read attempts") /* Calculate and track the # of retries */ retries = max_tries - tries; |