summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2016-01-20 19:18:24 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2016-01-20 19:18:24 (GMT)
commit8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa (patch)
treeb5cc1fcfaf1f07f52688c7676692bb837e459ab7 /fortran
parentb9763eee6dd6a81d2696faf430e0cf7f27281462 (diff)
downloadhdf5-8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa.zip
hdf5-8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa.tar.gz
hdf5-8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa.tar.bz2
[svn-r28936] spelling correction
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5Sff.F904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Sff.F90 b/fortran/src/H5Sff.F90
index aeb3314..fd4226c 100644
--- a/fortran/src/H5Sff.F90
+++ b/fortran/src/H5Sff.F90
@@ -1232,7 +1232,7 @@ CONTAINS
ENDIF
! Case of optional parameters.
!
- ! Find the rank of the dataspace to allocate memery for
+ ! Find the rank of the dataspace to allocate memory for
! default stride and block arrays.
!
CALL h5sget_simple_extent_ndims_f(space_id, rank, hdferr)
@@ -1378,7 +1378,7 @@ CONTAINS
! endif
! Case of optional parameters.
!
- ! Find the rank of the dataspace to allocate memery for
+ ! Find the rank of the dataspace to allocate memory for
! default stride and block arrays.
!
! CALL h5sget_simple_extent_ndims_f(space_id, rank, hdferr)