From afd1968b643242dc32d198f1dc7c895db4d3d31c Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Fri, 13 Nov 2020 15:49:10 -0600 Subject: Fix spelling of metadata --- src/H5C.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5C.c b/src/H5C.c index c2c37ff..527374d 100644 --- a/src/H5C.c +++ b/src/H5C.c @@ -7294,7 +7294,7 @@ done: /* 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