summaryrefslogtreecommitdiffstats
path: root/fortran/examples/refobjexample.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/examples/refobjexample.f90
parent8da35c7bdf5059f3c8a2b0a64d5a0d815a7d7d46 (diff)
downloadhdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.zip
hdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.tar.gz
hdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.tar.bz2
Normalize Fortran code with develop (#1600)
Diffstat (limited to 'fortran/examples/refobjexample.f90')
-rw-r--r--fortran/examples/refobjexample.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/refobjexample.f90 b/fortran/examples/refobjexample.f90
index d420192..873b420 100644
--- a/fortran/examples/refobjexample.f90
+++ b/fortran/examples/refobjexample.f90
@@ -26,7 +26,7 @@
IMPLICIT NONE
CHARACTER(LEN=10), PARAMETER :: filename = "FORTRAN.h5" ! File
CHARACTER(LEN=8), PARAMETER :: dsetnamei = "INTEGERS" ! Dataset with the integer data
- CHARACTER(LEN=17), PARAMETER :: dsetnamer = "OBJECT_REFERENCES" ! Dataset wtih object
+ CHARACTER(LEN=17), PARAMETER :: dsetnamer = "OBJECT_REFERENCES" ! Dataset with object
! references
CHARACTER(LEN=6), PARAMETER :: groupname1 = "GROUP1" ! Groups in the file
CHARACTER(LEN=6), PARAMETER :: groupname2 = "GROUP2" !