diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-10 20:28:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 20:28:02 (GMT) |
commit | 06bf32bf4a5e0f5d9633b589676f42c611780412 (patch) | |
tree | 4164b24a49a710554cc61d9771066c1804f73406 /src/H5FScache.c | |
parent | d51c97e7f5efb4dac91f7135018ab85eca81999c (diff) | |
download | hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.zip hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.gz hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.bz2 |
Fix new codespell issues (#2521) (#2533)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Diffstat (limited to 'src/H5FScache.c')
-rw-r--r-- | src/H5FScache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c index d7271d7..313439e 100644 --- a/src/H5FScache.c +++ b/src/H5FScache.c @@ -435,7 +435,7 @@ H5FS__cache_hdr_pre_serialize(H5F_t *f, void *_thing, haddr_t addr, size_t H5_AT * * H5F_addr_defined(fspace->addr) * - * will both be TRUE. If this contition does not hold, then + * will both be TRUE. If this condition does not hold, then * either the free space info is not persistent * (!H5F_addr_defined(fspace->addr)???) or the section info * contains no free space data that must be written to file |