summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5VL.F90
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-07 13:16:24 (GMT)
committerGitHub <noreply@github.com>2022-04-07 13:16:24 (GMT)
commit541bc15452f71f3eae7471fdecbe7994a7f138e2 (patch)
tree71f58ed5741addba26a8f3d783781e8b14cf7ce2 /fortran/test/tH5VL.F90
parent8da35c7bdf5059f3c8a2b0a64d5a0d815a7d7d46 (diff)
downloadhdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.zip
hdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.tar.gz
hdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.tar.bz2
Normalize Fortran code with develop (#1600)
Diffstat (limited to 'fortran/test/tH5VL.F90')
-rw-r--r--fortran/test/tH5VL.F904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/tH5VL.F90 b/fortran/test/tH5VL.F90
index 2269fec..eb0470c 100644
--- a/fortran/test/tH5VL.F90
+++ b/fortran/test/tH5VL.F90
@@ -147,7 +147,7 @@ CONTAINS
CALL check("h5dvlen_get_max_len_f", error, total_error)
if(max_len .ne. data_dims(1)) then
total_error = total_error + 1
- write(*,*) "Wrong number of elemets returned by h5dvlen_get_max_len_f"
+ write(*,*) "Wrong number of elements returned by h5dvlen_get_max_len_f"
endif
!
! Read the dataset.
@@ -317,7 +317,7 @@ CONTAINS
CALL check("h5dvlen_get_max_len_f", error, total_error)
if(max_len .ne. data_dims(1)) then
total_error = total_error + 1
- write(*,*) "Wrong number of elemets returned by h5dvlen_get_max_len_f"
+ write(*,*) "Wrong number of elements returned by h5dvlen_get_max_len_f"
endif
!
! Read the dataset.