summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-19 16:05:23 (GMT)
committerGitHub <noreply@github.com>2023-05-19 16:05:23 (GMT)
commit5c2e434dc630d6e333aa4118c20d67b80df2173d (patch)
tree12871ee75fc10e44c96e2bbe3ce072b6fae070a6 /fortran
parentd7cb8aca5b4d07f9d04cd5aba618d4ec4dda7ac2 (diff)
downloadhdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.zip
hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.gz
hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.bz2
Fix 'datatype' misspellings ('dataype') (#2984)
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/tH5I.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5I.F90 b/fortran/test/tH5I.F90
index 7f9b3ab..a5fedb9 100644
--- a/fortran/test/tH5I.F90
+++ b/fortran/test/tH5I.F90
@@ -245,7 +245,7 @@ CONTAINS
CALL h5sclose_f(dspace_id, error)
CALL check("h5sclose_f",error,total_error)
!
- ! Close the dataype.
+ ! Close the datatype.
!
CALL h5tclose_f(atype_id, error)
CALL check("h5tclose_f",error,total_error)