diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-10 15:52:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 15:52:06 (GMT) |
commit | c420176d4791bec62336ea4ba25bcec3475a64bb (patch) | |
tree | 55bca1716869070d6fa601bec57b1c68d4a94fa7 /fortran | |
parent | 91cf10156a65a96860cea965df74a5adecf3e4e8 (diff) | |
download | hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.zip hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.gz hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.bz2 |
Fix new codespell issues (#2521) (#2530)
* 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 'fortran')
-rw-r--r-- | fortran/src/H5Pf.c | 2 | ||||
-rw-r--r-- | fortran/test/tH5O_F03.F90 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Pf.c b/fortran/src/H5Pf.c index 876457f..77d5cd0 100644 --- a/fortran/src/H5Pf.c +++ b/fortran/src/H5Pf.c @@ -1756,7 +1756,7 @@ DONE: * INPUTS * prp_id - property list identifier * OUTPUTS - * nfilters - number of filters defined in the filter pipline + * nfilters - number of filters defined in the filter pipeline * RETURNS * 0 on success, -1 on failure * AUTHOR diff --git a/fortran/test/tH5O_F03.F90 b/fortran/test/tH5O_F03.F90 index 2f9bcad..6cae6b3 100644 --- a/fortran/test/tH5O_F03.F90 +++ b/fortran/test/tH5O_F03.F90 @@ -442,7 +442,7 @@ SUBROUTINE test_obj_visit(total_error) ! Construct "interesting" file to visit CALL build_visit_file(fid) - ! Inialize udata for testing purposes + ! Initialize udata for testing purposes udata%info(1)%path(1:1) ="." udata%info(1)%type_obj = H5O_TYPE_GROUP_F udata%info(2)%path(1:12) = & |