diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-11-13 22:19:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 22:19:40 (GMT) |
commit | 5b0b132fb0118caba14998df7544fca329939160 (patch) | |
tree | 6b0c2835294c3b471f11144ce705f8bb376128e8 /src | |
parent | 6bc3fe097117286989557ac1a40e59a005c7fbd8 (diff) | |
parent | 4b8458af8b1151cf3614c5881b8e2c8e11f9b657 (diff) | |
download | hdf5-5b0b132fb0118caba14998df7544fca329939160.zip hdf5-5b0b132fb0118caba14998df7544fca329939160.tar.gz hdf5-5b0b132fb0118caba14998df7544fca329939160.tar.bz2 |
Merge pull request #93 from lrknox/hdf5_1_12
Merge pull request #91 from ksunden/patch-1
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; |