From 1e2cbc1b32a9b032236c3d8c4978fd855ba3c39a Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Fri, 13 Nov 2020 13:29:22 -0600 Subject: Fix spelling of metadata was spelled "metadatda" --- src/H5C.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5C.c b/src/H5C.c index 2e51760..04365cb 100644 --- a/src/H5C.c +++ b/src/H5C.c @@ -7307,7 +7307,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; -- cgit v0.12