summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-11-13 20:34:41 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-11-13 21:44:06 (GMT)
commit4b8458af8b1151cf3614c5881b8e2c8e11f9b657 (patch)
treefc88b4edcda0aaba516b089002643adf35502006
parenta53e716e83fe2203b96fc86c71f4022c7ee7dc68 (diff)
downloadhdf5-4b8458af8b1151cf3614c5881b8e2c8e11f9b657.zip
hdf5-4b8458af8b1151cf3614c5881b8e2c8e11f9b657.tar.gz
hdf5-4b8458af8b1151cf3614c5881b8e2c8e11f9b657.tar.bz2
Merge pull request #91 from ksunden/patch-1
Fix spelling of metadata
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index 198557c..41fca60 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -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;