summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5Z.F90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/test/tH5Z.F90')
-rw-r--r--fortran/test/tH5Z.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5Z.F90 b/fortran/test/tH5Z.F90
index 8c39fea..799067a 100644
--- a/fortran/test/tH5Z.F90
+++ b/fortran/test/tH5Z.F90
@@ -374,7 +374,7 @@ CONTAINS
do i = 1, N
do j = 1, M
IF (data_out(i,j) .NE. dset_data(i, j)) THEN
- write(*, *) "dataset test error occured"
+ write(*, *) "dataset test error occurred"
write(*,*) "data read is not the same as the data written"
num_errors = num_errors + 1
IF (num_errors .GE. 512) THEN