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 /fortran/test/tH5O_F03.F90 | |
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 'fortran/test/tH5O_F03.F90')
-rw-r--r-- | fortran/test/tH5O_F03.F90 | 2 |
1 files changed, 1 insertions, 1 deletions
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) = & |