diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-09 22:28:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 22:28:30 (GMT) |
commit | 7fbd15fff44a7e7538e67cfcaa1ec68adace64f7 (patch) | |
tree | bb1df71fbf97a3e159c3e36fbd016dae7d6e4df1 /src | |
parent | bf0ff10b8a75cd762998c4a7bcf870f95ae8cdf3 (diff) | |
download | hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.zip hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.tar.gz hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.tar.bz2 |
Fix 1.10 new codespell issues (#2521) (#2525)
* Fix new codespell issues (#2521)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
* Fix typo in genparser
---------
Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FScache.c | 2 | ||||
-rw-r--r-- | src/H5PLpath.c | 2 | ||||
-rw-r--r-- | src/H5S.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c index b6ed25b..b95ccf7 100644 --- a/src/H5FScache.c +++ b/src/H5FScache.c @@ -436,7 +436,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 diff --git a/src/H5PLpath.c b/src/H5PLpath.c index 96bbfa2..fc66448 100644 --- a/src/H5PLpath.c +++ b/src/H5PLpath.c @@ -601,7 +601,7 @@ done: /*------------------------------------------------------------------------- * Function: H5PL__find_plugin_in_path * - * Purpose: Given a path, this function opens the directory and envokes + * Purpose: Given a path, this function opens the directory and invokes * another function to go through all files to find the right * plugin library. Two function definitions are for Unix and * Windows. @@ -1627,7 +1627,7 @@ H5S_decode(const unsigned char **p) { H5F_t *f = NULL; /* Fake file structure*/ H5S_t *ds; /* Decoded dataspace */ - H5S_extent_t *extent; /* Entent of decoded dataspace */ + H5S_extent_t *extent; /* Extent of decoded dataspace */ const unsigned char *pp = (*p); /* Local pointer for decoding */ size_t extent_size; /* size of the extent message*/ uint8_t sizeof_size; /* 'Size of sizes' for file */ |