diff options
author | Kyle Sunden <git@ksunden.space> | 2020-11-13 19:29:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 19:29:22 (GMT) |
commit | 1e2cbc1b32a9b032236c3d8c4978fd855ba3c39a (patch) | |
tree | 71e8f1326f9967cc7664c64ba8f75befd546a0a3 /src/H5C.c | |
parent | 2ddc379c7035d2c284c0e332f7b1c2f303bf2ccd (diff) | |
download | hdf5-1e2cbc1b32a9b032236c3d8c4978fd855ba3c39a.zip hdf5-1e2cbc1b32a9b032236c3d8c4978fd855ba3c39a.tar.gz hdf5-1e2cbc1b32a9b032236c3d8c4978fd855ba3c39a.tar.bz2 |
Fix spelling of metadata
was spelled "metadatda"
Diffstat (limited to 'src/H5C.c')
-rw-r--r-- | src/H5C.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |