summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5C.c')
-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;