summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-03-31 15:42:30 (GMT)
committerGitHub <noreply@github.com>2022-03-31 15:42:30 (GMT)
commite8ea8500042e922fb845821765f2db10dbb57416 (patch)
tree4028ebe7c3e284b6aee0408641405943fb9babb5 /fortran
parent870ee8feee4d0ad89c97ab5b8611fe3664c891dc (diff)
downloadhdf5-e8ea8500042e922fb845821765f2db10dbb57416.zip
hdf5-e8ea8500042e922fb845821765f2db10dbb57416.tar.gz
hdf5-e8ea8500042e922fb845821765f2db10dbb57416.tar.bz2
spelling fixes (#1561)
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/tH5P.F904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/tH5P.F90 b/fortran/test/tH5P.F90
index 75e4e72..d664dd7 100644
--- a/fortran/test/tH5P.F90
+++ b/fortran/test/tH5P.F90
@@ -541,7 +541,7 @@ SUBROUTINE test_chunk_cache(cleanup, total_error)
CALL H5Dclose_f(dsid, error)
CALL H5Oopen_f(fid, "dset", dsid, error, dapl1)
- ! Retrieve dapl from dataset, verfiy cache values are the same as on dapl1
+ ! Retrieve dapl from dataset, verify cache values are the same as on dapl1
!
! Note we rely on the knowledge that H5Pget_chunk_cache retrieves these
! values directly from the dataset structure, and not from a copy of the
@@ -563,7 +563,7 @@ SUBROUTINE test_chunk_cache(cleanup, total_error)
CALL H5Oopen_f(fid, "dset", dsid, error)
CALL check("H5Oopen_f", error, total_error)
- ! Retrieve dapl from dataset, verfiy cache values are the same as on fapl_local
+ ! Retrieve dapl from dataset, verify cache values are the same as on fapl_local
CALL H5Dget_access_plist_f(dsid, dapl2, error)
CALL check("H5Dget_access_plist_f", error, total_error)