diff options
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/tH5I.F90 | 2 |
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) |