diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-08-17 23:31:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 23:31:54 (GMT) |
commit | e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681 (patch) | |
tree | 4c8b59017d93c74501fbbddb20282939d70e8289 /testpar | |
parent | 9304f277e8597d39ac60b9d14b309c3462938d1c (diff) | |
download | hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.zip hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.gz hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.bz2 |
Fixes codespell issues (#2032)
* Fixes codespell issues
* Fixed another typo
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_mdset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index a47c748..c720e23 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -2066,7 +2066,7 @@ rr_obj_hdr_flush_confusion_writer(MPI_Comm comm) * flush the metadata cache yet again to clean the object headers. * * This is an attempt to create a situation where we have dirty - * object header continuation chunks, but clean opject headers + * object header continuation chunks, but clean object headers * to verify a speculative bug fix -- it doesn't seem to work, * but I will leave the code in anyway, as the object header * code is going to change a lot in the near future. |