summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-09 22:28:30 (GMT)
committerGitHub <noreply@github.com>2023-03-09 22:28:30 (GMT)
commit7fbd15fff44a7e7538e67cfcaa1ec68adace64f7 (patch)
treebb1df71fbf97a3e159c3e36fbd016dae7d6e4df1 /fortran
parentbf0ff10b8a75cd762998c4a7bcf870f95ae8cdf3 (diff)
downloadhdf5-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 'fortran')
-rw-r--r--fortran/src/H5Pf.c2
-rw-r--r--fortran/test/tH5O_F03.F902
2 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Pf.c b/fortran/src/H5Pf.c
index ee881b8..d9bbad6 100644
--- a/fortran/src/H5Pf.c
+++ b/fortran/src/H5Pf.c
@@ -1751,7 +1751,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 fa7b41f..82e535a 100644
--- a/fortran/test/tH5O_F03.F90
+++ b/fortran/test/tH5O_F03.F90
@@ -512,7 +512,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) = &