diff options
author | Mark Kittisopikul <mkitti@users.noreply.github.com> | 2023-03-08 20:42:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 20:42:47 (GMT) |
commit | 5d3d43b1ee8db30e8e04705eb529e09e992cf922 (patch) | |
tree | c4f62b1499d6cc77e8c57a751472d8ca51fde9c0 /fortran | |
parent | 7b833f04b5146bdad339ff10d42aadc416fb2f00 (diff) | |
download | hdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.zip hdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.tar.gz hdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.tar.bz2 |
Fix new codespell issues (#2521)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
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 2cec2ce..7371814 100644 --- a/fortran/src/H5Pf.c +++ b/fortran/src/H5Pf.c @@ -1755,7 +1755,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 eab2e19..6b6c730 100644 --- a/fortran/test/tH5O_F03.F90 +++ b/fortran/test/tH5O_F03.F90 @@ -440,7 +440,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) = & |